Provides access to a WebSocket endpoint information. More...
#include <Ice/Ice.h>
Public Member Functions | |
WSEndpointInfo (const WSEndpointInfo &)=delete | |
WSEndpointInfo & | operator= (const WSEndpointInfo &)=delete |
Public Member Functions inherited from Ice::EndpointInfo | |
EndpointInfo (const EndpointInfo &)=delete | |
virtual bool | datagram () const noexcept |
Returns true if this endpoint's transport is a datagram transport (namely, UDP), false otherwise. | |
EndpointInfo & | operator= (const EndpointInfo &)=delete |
virtual bool | secure () const noexcept |
Returns true if this endpoint's transport uses SSL, false otherwise. | |
virtual std::int16_t | type () const noexcept |
Returns the type of the endpoint. |
Public Attributes | |
const std::string | resource |
The URI configured with the endpoint. | |
Public Attributes inherited from Ice::EndpointInfo | |
const bool | compress |
Specifies whether or not compression should be used if available when using this endpoint. | |
const EndpointInfoPtr | underlying |
The information of the underlying endpoint or nullptr if there's no underlying endpoint. |
Provides access to a WebSocket endpoint information.
Definition at line 194 of file Endpoint.h.