|
Ice 3.7 C++11 API Reference
|
Provides access to the connection details of an IP connection. More...
#include <Ice/Ice.h>


Public Member Functions | |
| IPConnectionInfo () | |
| IPConnectionInfo (const ::std::shared_ptr<::Ice::ConnectionInfo > &underlying, bool incoming, const ::std::string &adapterName, const ::std::string &connectionId, const ::std::string &localAddress, int localPort, const ::std::string &remoteAddress, int remotePort) | |
| One-shot constructor to initialize all data members. | |
| IPConnectionInfo (const IPConnectionInfo &)=default | |
| IPConnectionInfo (IPConnectionInfo &&)=default | |
| IPConnectionInfo & | operator= (const IPConnectionInfo &)=default |
| IPConnectionInfo & | operator= (IPConnectionInfo &&)=default |
| virtual | ~IPConnectionInfo () |
| Public Member Functions inherited from Ice::ConnectionInfo | |
| ConnectionInfo ()=default | |
| ConnectionInfo (ConnectionInfo &&)=default | |
| ConnectionInfo (const ::std::shared_ptr<::Ice::ConnectionInfo > &underlying, bool incoming, const ::std::string &adapterName, const ::std::string &connectionId) | |
| One-shot constructor to initialize all data members. | |
| ConnectionInfo (const ConnectionInfo &)=default | |
| ConnectionInfo & | operator= (ConnectionInfo &&)=default |
| ConnectionInfo & | operator= (const ConnectionInfo &)=default |
| virtual | ~ConnectionInfo () |
Public Attributes | |
| ::std::string | localAddress |
| The local address. | |
| int | localPort = -1 |
| The local port. | |
| ::std::string | remoteAddress |
| The remote address. | |
| int | remotePort = -1 |
| The remote port. | |
| Public Attributes inherited from Ice::ConnectionInfo | |
| ::std::string | adapterName |
| The name of the adapter associated with the connection. | |
| ::std::string | connectionId |
| The connection id. | |
| bool | incoming |
| Whether or not the connection is an incoming or outgoing connection. | |
| ::std::shared_ptr<::Ice::ConnectionInfo > | underlying |
| The information of the underyling transport or null if there's no underlying transport. | |
Provides access to the connection details of an IP connection.
|
virtual |
|
inline |
|
default |
|
default |
|
inline |
One-shot constructor to initialize all data members.
| underlying | The information of the underyling transport or null if there's no underlying transport. |
| incoming | Whether or not the connection is an incoming or outgoing connection. |
| adapterName | The name of the adapter associated with the connection. |
| connectionId | The connection id. |
| localAddress | The local address. |
| localPort | The local port. |
| remoteAddress | The remote address. |
| remotePort | The remote port. |
|
default |
|
default |
| ::std::string Ice::IPConnectionInfo::localAddress |
The local address.
| int Ice::IPConnectionInfo::localPort = -1 |
The local port.
| ::std::string Ice::IPConnectionInfo::remoteAddress |
The remote address.
| int Ice::IPConnectionInfo::remotePort = -1 |
The remote port.