WebSocket++
0.8.3-dev
C++ websocket client/server library
|
Public Types | |
typedef websocketpp::lib::shared_ptr< connection_metadata > | ptr |
typedef websocketpp::lib::shared_ptr< connection_metadata > | ptr |
typedef websocketpp::lib::shared_ptr< connection_metadata > | ptr |
Public Member Functions | |
connection_metadata (int id, websocketpp::connection_hdl hdl, std::string uri) | |
void | on_open (client *c, websocketpp::connection_hdl hdl) |
void | on_fail (client *c, websocketpp::connection_hdl hdl) |
connection_metadata (int id, websocketpp::connection_hdl hdl, std::string uri) | |
void | on_open (client *c, websocketpp::connection_hdl hdl) |
void | on_fail (client *c, websocketpp::connection_hdl hdl) |
void | on_close (client *c, websocketpp::connection_hdl hdl) |
websocketpp::connection_hdl | get_hdl () const |
int | get_id () const |
std::string | get_status () const |
connection_metadata (int id, websocketpp::connection_hdl hdl, std::string uri) | |
void | on_open (client *c, websocketpp::connection_hdl hdl) |
void | on_fail (client *c, websocketpp::connection_hdl hdl) |
void | on_close (client *c, websocketpp::connection_hdl hdl) |
void | on_message (websocketpp::connection_hdl, client::message_ptr msg) |
websocketpp::connection_hdl | get_hdl () const |
int | get_id () const |
std::string | get_status () const |
void | record_sent_message (std::string message) |
Friends | |
std::ostream & | operator<< (std::ostream &out, connection_metadata const &data) |
std::ostream & | operator<< (std::ostream &out, connection_metadata const &data) |
std::ostream & | operator<< (std::ostream &out, connection_metadata const &data) |