Provides access to the connection details of an IP connection. More...
#include <Ice/Ice.h>
Public Member Functions | |
IPConnectionInfo (const IPConnectionInfo &)=delete | |
IPConnectionInfo & | operator= (const IPConnectionInfo &)=delete |
Public Member Functions inherited from Ice::ConnectionInfo | |
ConnectionInfo (const ConnectionInfo &)=delete | |
ConnectionInfo & | operator= (const ConnectionInfo &)=delete |
Public Attributes | |
const std::string | localAddress |
The local address. | |
const int | localPort |
The local port. | |
const std::string | remoteAddress |
The remote address. | |
const int | remotePort |
The remote port. | |
Public Attributes inherited from Ice::ConnectionInfo | |
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. |
Provides access to the connection details of an IP connection.
Definition at line 205 of file Connection.h.