Public Types | Public Member Functions | Public Attributes
async_web_server_cpp::WebsocketMessage Class Reference

#include <websocket_message.hpp>

List of all members.

Public Types

enum  type {
  type_unknown, type_text, type_binary, type_close,
  type_ping, type_pong
}

Public Member Functions

 WebsocketMessage ()

Public Attributes

std::string content
enum
async_web_server_cpp::WebsocketMessage::type 
type

Detailed Description

A websocket message that in potentially constructed from/destructed to a WebsocketFrame.

Definition at line 98 of file websocket_message.hpp.


Member Enumeration Documentation

Enumerator:
type_unknown 
type_text 
type_binary 
type_close 
type_ping 
type_pong 

Definition at line 102 of file websocket_message.hpp.


Constructor & Destructor Documentation

Definition at line 208 of file websocket_message.cpp.


Member Data Documentation

Definition at line 111 of file websocket_message.hpp.


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


async_web_server_cpp
Author(s): Mitchell Wills
autogenerated on Thu Aug 27 2015 12:27:39