Internet Direct (Indy) Version 9.0.2 Beta
TIdServerIOHandlerSocket
Implements socket-based IOHandler support in a multi-threaded server.

TIdServerIOHandlerSocket = class(TIdServerIOHandler)
Description
TIdServerIOHandlerSocket is a TIdServerIOHandler descendant that implements the framework used in a multi-threaded server to support the Indy socket-based IOHandler framework.

TIdServerIOHandler provides implementations of the Init and Accept methods that allow initialization and realization of a socket-based IOHandler for a multi-threaded server that uses a listening thread to detect client connections.