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


Public Member Functions | |
| OpaqueEndpointInfo ()=default | |
| OpaqueEndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress, const ::Ice::EncodingVersion &rawEncoding, const ::Ice::ByteSeq &rawBytes) | |
| One-shot constructor to initialize all data members. | |
| OpaqueEndpointInfo (const OpaqueEndpointInfo &)=default | |
| OpaqueEndpointInfo (OpaqueEndpointInfo &&)=default | |
| OpaqueEndpointInfo & | operator= (const OpaqueEndpointInfo &)=default |
| OpaqueEndpointInfo & | operator= (OpaqueEndpointInfo &&)=default |
| virtual | ~OpaqueEndpointInfo () |
| Public Member Functions inherited from Ice::EndpointInfo | |
| 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 | |
| ::Ice::ByteSeq | rawBytes |
| The raw encoding of the opaque endpoint. | |
| ::Ice::EncodingVersion | rawEncoding |
| The encoding version of the opaque endpoint (to decode or encode the rawBytes). | |
| Public Attributes inherited from Ice::EndpointInfo | |
| 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 details of an opaque endpoint.
|
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. |
| rawEncoding | The encoding version of the opaque endpoint (to decode or encode the rawBytes). |
| rawBytes | The raw encoding of the opaque endpoint. |
|
default |
|
default |
| ::Ice::ByteSeq Ice::OpaqueEndpointInfo::rawBytes |
The raw encoding of the opaque endpoint.
| ::Ice::EncodingVersion Ice::OpaqueEndpointInfo::rawEncoding |
The encoding version of the opaque endpoint (to decode or encode the rawBytes).