Internet Direct (Indy) Version 9.0.1 Beta
TIdServerIOHandler
Defines the framework for IOHandler support in a multi-threaded server.

TIdServerIOHandler = class(TIdComponent)
Description
TIdServerIOHandler is a TIdComponent descendant that specifies the framework used in a multi-threaded server to support the Indy IOHandler framework.

TIdServerIOHandler provides virtual methods, like Init and Accept, that allow initialization and realization of an IOHandler for a multi-threaded server that uses a listening thread to detect client connections. Both Init and Accept are empty implementations in TIdServerIOHandler, and must be overridden in descendant classes, like TIdServerIOHandlerSocket, that utilize a specific input/output source.