Ice 3.7 Slice API Reference
|
Provides access to the connection details of a WebSocket connection. More...
defined in <Ice/Connection.ice>
local class WSConnectionInfo extends Ice::ConnectionInfo { ... }
Data Members | |
HeaderDict | headers |
The headers from the HTTP upgrade request. 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... | |
ConnectionInfo | underlying |
The information of the underyling transport or null if there's no underlying transport. More... | |
Provides access to the connection details of a WebSocket connection.
HeaderDict headers |
The headers from the HTTP upgrade request.