Provides access to the address details of a IP endpoint.
More...
#include <Ice/Ice.h>
|
| ::std::string | host |
| | The host or address configured with the endpoint.
|
| int | port |
| | The port number.
|
| ::std::string | sourceAddress |
| | The source IP address.
|
| bool | compress |
| | Specifies whether or not compression should be used if available when using this endpoint.
|
| int | timeout |
| | The timeout for the endpoint in milliseconds.
|
| ::std::shared_ptr<::Ice::EndpointInfo > | underlying |
| | The information of the underyling endpoint of null if there's no underlying endpoint.
|
Provides access to the address details of a IP endpoint.
- See also
- Endpoint
◆ ~IPEndpointInfo()
| virtual Ice::IPEndpointInfo::~IPEndpointInfo |
( |
| ) |
|
|
virtual |
◆ IPEndpointInfo() [1/4]
| Ice::IPEndpointInfo::IPEndpointInfo |
( |
| ) |
|
|
default |
◆ IPEndpointInfo() [2/4]
| Ice::IPEndpointInfo::IPEndpointInfo |
( |
const IPEndpointInfo & | | ) |
|
|
default |
◆ IPEndpointInfo() [3/4]
| Ice::IPEndpointInfo::IPEndpointInfo |
( |
IPEndpointInfo && | | ) |
|
|
default |
◆ IPEndpointInfo() [4/4]
| Ice::IPEndpointInfo::IPEndpointInfo |
( |
const ::std::shared_ptr<::Ice::EndpointInfo > & | underlying, |
|
|
int | timeout, |
|
|
bool | compress, |
|
|
const ::std::string & | host, |
|
|
int | port, |
|
|
const ::std::string & | sourceAddress ) |
|
inline |
One-shot constructor to initialize all data members.
- Parameters
-
| 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. |
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ host
| ::std::string Ice::IPEndpointInfo::host |
The host or address configured with the endpoint.
◆ port
| int Ice::IPEndpointInfo::port |
◆ sourceAddress
| ::std::string Ice::IPEndpointInfo::sourceAddress |
The documentation for this class was generated from the following file: