Ice 3.6 Slice API Reference
All Classes Interfaces Structs Exceptions Modules Files Operations Constants Sequences Dictionaries Enumerations Enumerator Pages
Data Members | List of all members
IceSSL::WSSEndpointInfo Local Class Reference

Provides access to a secure WebSocket endpoint information. More...

Defined in <IceSSL/EndpointInfo.ice>

local class WSSEndpointInfo extends IceSSL::EndpointInfo { ... }

Inheritance diagram for IceSSL::WSSEndpointInfo:
Inheritance graph
[legend]
Collaboration diagram for IceSSL::WSSEndpointInfo:
Collaboration graph
[legend]

Data Members

string resource
 The URI configured with the endpoint. More...
 
- Data Members inherited from Ice::IPEndpointInfo
string host
 The host or address configured with the endpoint. More...
 
int port
 The port number. More...
 
string sourceAddress
 The source IP address. More...
 
- Data Members inherited from Ice::EndpointInfo
bool compress
 Specifies whether or not compression should be used if available when using this endpoint. More...
 
int timeout
 The timeout for the endpoint in milliseconds. More...
 

Additional Inherited Members

- Operations inherited from Ice::EndpointInfo
bool datagram ()
 Returns true if this endpoint is a datagram endpoint. More...
 
bool secure ()
 Returns true if this endpoint is a secure endpoint. More...
 
short type ()
 Returns the type of the endpoint. More...
 

Detailed Description

Provides access to a secure WebSocket endpoint information.

Data Member Documentation

◆ resource

string resource

The URI configured with the endpoint.


The documentation for this class was generated from the following file: