Ice 3.6 Slice API Reference
|
Provides access to the connection details of a TCP connection. More...
Defined in <Ice/Connection.ice>
local class TCPConnectionInfo extends Ice::IPConnectionInfo { ... }
Additional Inherited Members | |
![]() | |
string | localAddress = "" |
The local address. More... | |
int | localPort = -1 |
The local port. More... | |
string | remoteAddress = "" |
The remote address. More... | |
int | remotePort = -1 |
The remote port. More... | |
![]() | |
string | adapterName |
The name of the adapter associated with the connection. More... | |
string | connectionId |
The connection id. More... | |
bool | incoming |
Whether or not the connection is an incoming or outgoing connection. More... | |
int | rcvSize |
The connection buffer receive size. More... | |
int | sndSize |
The connection buffer send size. More... | |
Provides access to the connection details of a TCP connection.