TIndyTCPConnectionTransport
Overview
The TIndyTCPConnectionTransport class implements the IROTransport and IROTCPTransport interfaces and is used as an adapter for the TIdContext class. It is used in the TROCustomIndyTCPServer.InternalOnExecute method to call the TROServer method passing the TIdContext class as an IROTransport interface.
This class is not intended to be used outside RO SDK.
Location
- Unit: uROIndyTCPServer.pas
- Ancestry: TInterfacedObject | TIndyTCPConnectionTransport
Properties
Thread
Returns the TIdContext set in the constructor.
property Thread: TIdThreadClass read
Instance Methods
constructor Create
Creates a new instance.
constructor Create(aThread: TIdThreadClass)
Parameters:
- aThread:
GetTransportObject protected
Implements the IROTransport by returning Self
.
function GetTransportObject: TObject