Ice 3.7 C++11 API Reference
|
Provides access to an UDP endpoint information. More...
#include <Ice/Ice.h>
Public Member Functions | |
UDPEndpointInfo & | operator= (const UDPEndpointInfo &)=default |
UDPEndpointInfo & | operator= (UDPEndpointInfo &&)=default |
UDPEndpointInfo ()=default | |
UDPEndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress, const ::std::string &host, int port, const ::std::string &sourceAddress, const ::std::string &mcastInterface, int mcastTtl) | |
One-shot constructor to initialize all data members. More... | |
UDPEndpointInfo (const UDPEndpointInfo &)=default | |
UDPEndpointInfo (UDPEndpointInfo &&)=default | |
virtual | ~UDPEndpointInfo () |
![]() | |
IPEndpointInfo ()=default | |
IPEndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress, const ::std::string &host, int port, const ::std::string &sourceAddress) | |
One-shot constructor to initialize all data members. More... | |
IPEndpointInfo (const IPEndpointInfo &)=default | |
IPEndpointInfo (IPEndpointInfo &&)=default | |
IPEndpointInfo & | operator= (const IPEndpointInfo &)=default |
IPEndpointInfo & | operator= (IPEndpointInfo &&)=default |
virtual | ~IPEndpointInfo () |
![]() | |
virtual bool | datagram () const noexcept=0 |
Returns true if this endpoint is a datagram endpoint. More... | |
EndpointInfo ()=default | |
EndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress) | |
One-shot constructor to initialize all data members. More... | |
EndpointInfo (const EndpointInfo &)=default | |
EndpointInfo (EndpointInfo &&)=default | |
EndpointInfo & | operator= (const EndpointInfo &)=default |
EndpointInfo & | operator= (EndpointInfo &&)=default |
virtual bool | secure () const noexcept=0 |
Returns true if this endpoint is a secure endpoint. More... | |
virtual short | type () const noexcept=0 |
Returns the type of the endpoint. More... | |
virtual | ~EndpointInfo () |
Public Attributes | |
::std::string | mcastInterface |
The multicast interface. More... | |
int | mcastTtl |
The multicast time-to-live (or hops). More... | |
![]() | |
::std::string | host |
The host or address configured with the endpoint. More... | |
int | port |
The port number. More... | |
::std::string | sourceAddress |
The source IP address. More... | |
![]() | |
bool | compress |
Specifies whether or not compression should be used if available when using this endpoint. More... | |
int | timeout |
The timeout for the endpoint in milliseconds. More... | |
::std::shared_ptr<::Ice::EndpointInfo > | underlying |
The information of the underyling endpoint of null if there's no underlying endpoint. More... | |
Provides access to an UDP endpoint information.
|
virtual |
|
default |
|
default |
|
default |
|
inline |
One-shot constructor to initialize all data members.
underlying | The information of the underyling endpoint of null if there's no underlying endpoint. |
timeout | The timeout for the endpoint in milliseconds. |
compress | Specifies whether or not compression should be used if available when using this endpoint. |
host | The host or address configured with the endpoint. |
port | The port number. |
sourceAddress | The source IP address. |
mcastInterface | The multicast interface. |
mcastTtl | The multicast time-to-live (or hops). |
|
default |
|
default |
::std::string Ice::UDPEndpointInfo::mcastInterface |
The multicast interface.
int Ice::UDPEndpointInfo::mcastTtl |
The multicast time-to-live (or hops).