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

procedure Init; virtual;
Description
Init is a virtual procedure that allows initialization required for the server IOHandler. Init is an empty implementation in TIdServerIOHandler, 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 specific 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.