Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::ConnectionInfo Class Reference

Base class for all connection info classes. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::ConnectionInfo:

Public Member Functions

 ConnectionInfo (const ConnectionInfo &)=delete
ConnectionInfooperator= (const ConnectionInfo &)=delete

Public Attributes

const std::string adapterName
 The name of the adapter associated with the connection.
const std::string connectionId
 The connection ID.
const bool incoming
 Indicates whether the connection is an incoming connection.
const ConnectionInfoPtr underlying
 The information of the underlying transport or nullptr if there's no underlying transport.

Detailed Description

Base class for all connection info classes.

Definition at line 163 of file Connection.h.


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