|
Ice 3.7 C++11 API Reference
|
Provides access to the connection details of a WebSocket connection. More...
#include <Ice/Ice.h>


Public Member Functions | |
| WSConnectionInfo & | operator= (const WSConnectionInfo &)=default |
| WSConnectionInfo & | operator= (WSConnectionInfo &&)=default |
| WSConnectionInfo ()=default | |
| WSConnectionInfo (const ::std::shared_ptr<::Ice::ConnectionInfo > &underlying, bool incoming, const ::std::string &adapterName, const ::std::string &connectionId, const ::Ice::HeaderDict &headers) | |
| One-shot constructor to initialize all data members. | |
| WSConnectionInfo (const WSConnectionInfo &)=default | |
| WSConnectionInfo (WSConnectionInfo &&)=default | |
| virtual | ~WSConnectionInfo () |
| Public Member Functions inherited from Ice::ConnectionInfo | |
| ConnectionInfo ()=default | |
| ConnectionInfo (ConnectionInfo &&)=default | |
| ConnectionInfo (const ::std::shared_ptr<::Ice::ConnectionInfo > &underlying, bool incoming, const ::std::string &adapterName, const ::std::string &connectionId) | |
| One-shot constructor to initialize all data members. | |
| ConnectionInfo (const ConnectionInfo &)=default | |
| ConnectionInfo & | operator= (ConnectionInfo &&)=default |
| ConnectionInfo & | operator= (const ConnectionInfo &)=default |
| virtual | ~ConnectionInfo () |
Public Attributes | |
| ::Ice::HeaderDict | headers |
| The headers from the HTTP upgrade request. | |
| Public Attributes inherited from Ice::ConnectionInfo | |
| ::std::string | adapterName |
| The name of the adapter associated with the connection. | |
| ::std::string | connectionId |
| The connection id. | |
| bool | incoming |
| Whether or not the connection is an incoming or outgoing connection. | |
| ::std::shared_ptr<::Ice::ConnectionInfo > | underlying |
| The information of the underyling transport or null if there's no underlying transport. | |
Provides access to the connection details of a WebSocket connection.
|
virtual |
|
default |
|
default |
|
default |
|
inline |
One-shot constructor to initialize all data members.
| underlying | The information of the underyling transport or null if there's no underlying transport. |
| incoming | Whether or not the connection is an incoming or outgoing connection. |
| adapterName | The name of the adapter associated with the connection. |
| connectionId | The connection id. |
| headers | The headers from the HTTP upgrade request. |
|
default |
|
default |
| ::Ice::HeaderDict Ice::WSConnectionInfo::headers |
The headers from the HTTP upgrade request.