Base class for all connection info classes. More...
#include <Ice/Ice.h>

Public Member Functions | |
| ConnectionInfo (const ConnectionInfo &)=delete | |
| ConnectionInfo & | operator= (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. | |
Base class for all connection info classes.
Definition at line 166 of file Connection.h.