|
| enum class | SocketType : uchar { None = 0
, Client = 1
, Server = 2
} |
|
|
WebSocketCommunicator & | operator= (WebSocketCommunicator const &) |
|
| WebSocketCommunicator (WebSocketCommunicator const &) |
|
virtual bool | shouldSerialize () |
|
virtual void | onSerialize () |
|
virtual void | onReceive (::RakWebSocketDataFrame const &) |
|
virtual void | onClose (::CloseStatusCode, ::std::string const &) |
|
virtual void | onConnected (::std::string const &) |
|
virtual void | onPostClosed () |
|
MCNAPI_C void | _setSocketType (::WebSocketCommunicator::SocketType socketType) |
The documentation for this class was generated from the following file: