Ice 3.7 Slice API Reference
Data Members | List of all members
Ice::ConnectionInfo Local Class Reference

Base class providing access to the connection details. More...

defined in <Ice/Connection.ice>

local class ConnectionInfo { ... }

Inheritance diagram for Ice::ConnectionInfo:
Inheritance graph
[legend]
Collaboration diagram for Ice::ConnectionInfo:
Collaboration graph
[legend]

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...
 
ConnectionInfo underlying
 The information of the underyling transport or null if there's no underlying transport. More...
 

Detailed Description

Base class providing access to the connection details.

Data Member Documentation

◆ adapterName

string adapterName

The name of the adapter associated with the connection.

◆ connectionId

string connectionId

The connection id.

◆ incoming

bool incoming

Whether or not the connection is an incoming or outgoing connection.

◆ underlying

ConnectionInfo underlying

The information of the underyling transport or null if there's no underlying transport.


The documentation for this class was generated from the following file: