WebSocket++  0.8.3-dev
C++ websocket client/server library
Public Types | Public Member Functions | Friends | List of all members
connection_metadata Class Reference

Public Types

typedef websocketpp::lib::shared_ptr< connection_metadataptr
 
typedef websocketpp::lib::shared_ptr< connection_metadataptr
 
typedef websocketpp::lib::shared_ptr< connection_metadataptr
 

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)
 

Detailed Description

Definition at line 45 of file step4.cpp.


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