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::WSSConnectionInfo Local Class Reference

Provides access to the connection details of a secure WebSocket connection. More...

Defined in <IceSSL/ConnectionInfo.ice>

local class WSSConnectionInfo extends IceSSL::ConnectionInfo { ... }

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

Data Members

Ice::HeaderDict headers
 The headers from the HTTP upgrade request. More...
 
- Data Members inherited from IceSSL::ConnectionInfo
Ice::StringSeq certs
 The certificate chain. More...
 
string cipher
 The negotiated cipher suite. More...
 
bool verified
 The certificate chain verification status. More...
 
- Data Members inherited from Ice::IPConnectionInfo
string localAddress = ""
 The local address. More...
 
int localPort = -1
 The local port. More...
 
string remoteAddress = ""
 The remote address. More...
 
int remotePort = -1
 The remote port. More...
 
- Data Members inherited from Ice::ConnectionInfo
string adapterName
 The name of the adapter associated with the connection. More...
 
string connectionId
 The connection id. More...
 
bool incoming
 Whether or not the connection is an incoming or outgoing connection. More...
 
int rcvSize
 The connection buffer receive size. More...
 
int sndSize
 The connection buffer send size. More...
 

Detailed Description

Provides access to the connection details of a secure WebSocket connection.

Data Member Documentation

◆ headers

Ice::HeaderDict headers

The headers from the HTTP upgrade request.


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