Ice 3.6 Slice API Reference
|
Base class providing access to the connection details. More...
Defined in <Ice/Connection.ice>
local class ConnectionInfo { ... }
Data Members | |
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... | |
Base class providing access to the connection details.
*
string adapterName |
The name of the adapter associated with the connection.
string connectionId |
The connection id.
bool incoming |
Whether or not the connection is an incoming or outgoing connection.
int rcvSize |
The connection buffer receive size.
int sndSize |
The connection buffer send size.