Internet Direct (Indy) Version 9.0.2 Beta
TIdSimpleServer
Implements a single-threaded TCP Server.

TIdSimpleServer = class(TIdTCPConnection)
Description
TIdSimpleServer is a TIdTCPConnection descendant that implements a single-threaded TCP (Transmission Control Protocol) server. TIdSimpleServer is essentially a TCP connection that gains the ability to listen for serial connection requests.

TIdSimpleServer can be used as a base class to create custom single-threaded TCP server descendants.