TConnectionInfo.transport

The underlying transport used for the connection This is the transport that was returned by TServerTransport.accept(), and it may be different than the transport pointed to by the input and output protocols.

struct TConnectionInfo
TTransport transport;

Meta