Internet Direct (Indy)
|
Implements socket-based IOHandler support in a multi-threaded server.
TIdServerIOHandlerSocket = class(TIdServerIOHandler);
TIdServerIOHandlerSocket is a TIdServerIOHandler descendant that implements multi-threaded server support for 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.
Applications do not generally create instances of TIdServerIOHandlerSocket; use the TIdServerIOHandlerStack descendant class which provides access to the protocol stack for the platform or Operating System hosting the Indy library.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |