Specifies the interface for a TCP/IP server.
IdCustomTCPServer.pas contains Classes, Types, Procedures, and Functions needed to define the interface for a multi-threaded server using the TCP/IP (Transmission Control Program/ Internet Protocol) transport.
|
Class |
Description |
|
Unused at the moment. | |
|
Ancestor for TCP server exceptions. | |
|
Exception raised while waiting for termination of active threads. | |
|
Specifies the interface for a multi-threaded TCP Server. | |
|
Listener thread for TCP Servers. |
|
Constant |
Description |
|
Default value for the ListenQueue property in TIdTCPServer. |
|
Type |
Description |
|
Represents an event signalled when an exception occurs during TIdListenerThread execution. | |
|
Represents event handlers for client connections in TIdCustomTCPServer. | |
|
Event handler signalled when an exception occurs during execution of the client connection. |
|
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
|
Post feedback to the Indy Docs Newsgroup.
|