Provides access to the connection details of a WebSocket connection. More...
#include <Ice/Ice.h>

Public Member Functions | |
| WSConnectionInfo (const WSConnectionInfo &)=delete | |
| WSConnectionInfo & | operator= (const WSConnectionInfo &)=delete |
| Public Member Functions inherited from Ice::ConnectionInfo | |
| ConnectionInfo (const ConnectionInfo &)=delete | |
| ConnectionInfo & | operator= (const ConnectionInfo &)=delete |
Public Attributes | |
| const HeaderDict | headers |
| The headers from the HTTP upgrade request. | |
| Public Attributes inherited from Ice::ConnectionInfo | |
| const std::string | adapterName |
| The name of the adapter associated with the connection. | |
| const std::string | connectionId |
| The connection ID. | |
| const bool | incoming |
| Indicates whether the connection is an incoming connection. | |
| const ConnectionInfoPtr | underlying |
| The information of the underlying transport or nullptr if there's no underlying transport. | |
Provides access to the connection details of a WebSocket connection.
Definition at line 337 of file Connection.h.