Internet Direct (Indy) Version 9.0.1 Beta
TIdTelnetPeerThread
Implements a thread client for TELNET server connections.

TIdTelnetPeerThread = class(TIdPeerThread)
Description
TIdTelnetPeerThread is a TIdPeerThread descendant that implements a threaded client used for connection to to a TELNET server. TIdTelnetPeerThread is the class type assigned to the TIdTelnetServer.ThreadClass property, and used when creating new client connections to the server.

TIdTelnetPeerThread provides properties and methods that allow the multi-threaded TIdTelnetServer to perform connection, option negotiation, and authentication for client connections using the TELNET protocol.

TIdTelnetPeerThread also implements the Indy framework for thread execution and management, as defined in the TIdPeerThread ancestor class.