|
Ice 3.7 C++11 API Reference
|
Provides access to a WebSocket endpoint information. More...
#include <Ice/Ice.h>


Public Member Functions | |
| WSEndpointInfo & | operator= (const WSEndpointInfo &)=default |
| WSEndpointInfo & | operator= (WSEndpointInfo &&)=default |
| WSEndpointInfo ()=default | |
| WSEndpointInfo (const ::std::shared_ptr<::Ice::EndpointInfo > &underlying, int timeout, bool compress, const ::std::string &resource) | |
| One-shot constructor to initialize all data members. | |
| WSEndpointInfo (const WSEndpointInfo &)=default | |
| WSEndpointInfo (WSEndpointInfo &&)=default | |
| virtual | ~WSEndpointInfo () |
| 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 | |
| ::std::string | resource |
| The URI configured with the endpoint. | |
| 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 a WebSocket 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. |
| resource | The URI configured with the endpoint. |
|
default |
|
default |
| ::std::string Ice::WSEndpointInfo::resource |
The URI configured with the endpoint.