Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
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]

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...
 

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.

◆ rcvSize

int rcvSize

The connection buffer receive size.

◆ sndSize

int sndSize

The connection buffer send size.


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