|
FlightGear next
|
Inherits flightgear::http::MongooseConnection.
Public Member Functions | |
| WebsocketConnection (MongooseHttpd *httpd) | |
| virtual | ~WebsocketConnection () |
| virtual void | close (struct mg_connection *connection) |
| virtual int | poll (struct mg_connection *connection) |
| virtual int | request (struct mg_connection *connection) |
| virtual int | onConnect (struct mg_connection *connection) |
Public Member Functions inherited from flightgear::http::MongooseConnection | |
| MongooseConnection (MongooseHttpd *httpd) | |
| virtual | ~MongooseConnection () |
| virtual void | write (const char *data, size_t len) |
Public Member Functions inherited from flightgear::http::Connection | |
| void | put (const std::string &key, SGSharedPtr< ConnectionData > value) |
| SGSharedPtr< ConnectionData > | get (const std::string &key) |
| void | remove (const std::string &key) |
Additional Inherited Members | |
Static Public Member Functions inherited from flightgear::http::MongooseConnection | |
| static MongooseConnection * | getConnection (MongooseHttpd *httpd, struct mg_connection *connection) |
Protected Member Functions inherited from flightgear::http::MongooseConnection | |
| void | setConnection (struct mg_connection *connection) |
Protected Attributes inherited from flightgear::http::MongooseConnection | |
| MongooseHttpd * | _httpd |
| struct mg_connection * | _connection |
|
inline |
|
inlinevirtual |
|
virtual |
Implements flightgear::http::MongooseConnection.
|
virtual |
Reimplemented from flightgear::http::MongooseConnection.
|
virtual |
Implements flightgear::http::MongooseConnection.
|
virtual |
Implements flightgear::http::MongooseConnection.