|
Ice 3.7 C++11 API Reference
|
Base class providing access to the endpoint details. More...
#include <Ice/Ice.h>

Public Member Functions | |
| virtual bool | datagram () const noexcept=0 |
| Returns true if this endpoint is a datagram endpoint. | |
| EndpointInfo ()=default | |
| EndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress) | |
| One-shot constructor to initialize all data members. | |
| 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. | |
| virtual short | type () const noexcept=0 |
| Returns the type of the endpoint. | |
| virtual | ~EndpointInfo () |
Public Attributes | |
| 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. | |
Base class providing access to the endpoint details.
|
virtual |
Reimplemented in IceSSL::EndpointInfo.
|
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. |
|
pure virtualnoexcept |
Returns true if this endpoint is a datagram endpoint.
|
default |
|
default |
|
pure virtualnoexcept |
Returns true if this endpoint is a secure endpoint.
|
pure virtualnoexcept |
Returns the type of the endpoint.
| bool Ice::EndpointInfo::compress |
Specifies whether or not compression should be used if available when using this endpoint.
| int Ice::EndpointInfo::timeout |
The timeout for the endpoint in milliseconds.
0 means non-blocking, -1 means no timeout.
| ::std::shared_ptr<::Ice::EndpointInfo> Ice::EndpointInfo::underlying |
The information of the underyling endpoint of null if there's no underlying endpoint.