Internet Direct (Indy) Version 9.0.1 Beta
TIdServerIOHandlerSocket.Init
Initializes the server IO handler for a multi-threaded server.

procedure Init; override;
Description
Init is a virtual procedure that allows initialization required for the server IOHandler. Init is an empty implementation in TIdServerIOHandlerSocket, and can be overridden in a descendant class to perform maintenance and housekeeping needed for a specific type of input/output source.

Use Accept to realize a TIdIOHandler instance for a socket-based input/output source used for a threaded client connections.

Init is used when a multi-threaded server becomes Active, but prior to allocating socket bindings for any listener threads or client connections.