Internet Direct (Indy) Version 9.0.2 Beta
|
TIdServerIOHandler = class(TIdComponent)
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.