Ice::ConnectionInfo
Overview
local class ConnectionInfo
Base class providing access to the connection details.
Derived Classes and Interfaces
Used By
- Ice::Connection::getInfo
- Ice::Instrumentation::CommunicatorObserver::getConnectionObserver
- Ice::Instrumentation::InvocationObserver::getRemoteObserver
Data Member Index
incoming — Whether or not the connection is an incoming or outgoing connection.
adapterName — The name of the adapter associated with the connection.
connectionId — The connection id.
Data Members
bool incoming;
Whether or not the connection is an incoming or outgoing connection.
string adapterName;
The name of the adapter associated with the connection.
string connectionId;
The connection id.