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


Public Member Functions | |
| UDPConnectionInfo & | operator= (const UDPConnectionInfo &)=default |
| UDPConnectionInfo & | operator= (UDPConnectionInfo &&)=default |
| UDPConnectionInfo () | |
| UDPConnectionInfo (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, const ::std::string &mcastAddress, int mcastPort, int rcvSize, int sndSize) | |
| One-shot constructor to initialize all data members. | |
| UDPConnectionInfo (const UDPConnectionInfo &)=default | |
| UDPConnectionInfo (UDPConnectionInfo &&)=default | |
| virtual | ~UDPConnectionInfo () |
| Public Member Functions inherited from Ice::IPConnectionInfo | |
| 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 | mcastAddress |
| The multicast address. | |
| int | mcastPort = -1 |
| The multicast port. | |
| int | rcvSize = 0 |
| The connection buffer receive size. | |
| int | sndSize = 0 |
| The connection buffer send size. | |
| Public Attributes inherited from Ice::IPConnectionInfo | |
| ::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 a UDP 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. |
| mcastAddress | The multicast address. |
| mcastPort | The multicast port. |
| rcvSize | The connection buffer receive size. |
| sndSize | The connection buffer send size. |
|
default |
|
default |
| ::std::string Ice::UDPConnectionInfo::mcastAddress |
The multicast address.
| int Ice::UDPConnectionInfo::mcastPort = -1 |
The multicast port.
| int Ice::UDPConnectionInfo::rcvSize = 0 |
The connection buffer receive size.
| int Ice::UDPConnectionInfo::sndSize = 0 |
The connection buffer send size.