Implements IOHandler support in a multi-threaded server.
TIdServerIOHandlerStack = class(TIdServerIOHandlerSocket);
TIdServerIOHandlerStack is a TIdServerIOHandlerSocket descendant that implements multi-threaded server support for the Indy IOHandler framework.
TIdServerIOHandlerStack extends the ancestor class by providing access to the TIdIOHandlerStack class used to create the IOHandler for the client connection to a server in the MakeClientIOHandler method.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|