Specified the server interface for the Indy IOHandler framework.
TIdServerIOHandler = class(TIdComponent);
TIdServerIOHandler is a TIdComponent descendant that specifies the interface used for ancestor classes implementing the Indy server IOHandler.
TIdServerIOHandler does not provide a functional implementation for methods specified in the interface. Use descendant classes that provide access to socket handles or the protocol stack for the platform hosting the Indy library.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|