A FGHttpd implementation based on mongoose httpd.
More...
Inherits flightgear::http::FGHttpd.
A FGHttpd implementation based on mongoose httpd.
Mongoose API is documented here: http://cesanta.com/docs/API.shtml
Definition at line 171 of file httpd.cxx.
◆ MongooseHttpd()
flightgear::http::MongooseHttpd::MongooseHttpd |
( |
SGPropertyNode_ptr | configNode | ) |
|
◆ ~MongooseHttpd()
flightgear::http::MongooseHttpd::~MongooseHttpd |
( |
| ) |
|
◆ bind()
void flightgear::http::MongooseHttpd::bind |
( |
| ) |
|
|
override |
◆ findHandler()
SGSharedPtr< URIHandler > flightgear::http::MongooseHttpd::findHandler |
( |
const std::string & | uri | ) |
|
|
inline |
◆ init()
void flightgear::http::MongooseHttpd::init |
( |
| ) |
|
|
override |
◆ newWebsocket()
Websocket * flightgear::http::MongooseHttpd::newWebsocket |
( |
const string & | uri | ) |
|
◆ staticSubsystemClassId()
static const char * flightgear::http::MongooseHttpd::staticSubsystemClassId |
( |
| ) |
|
|
inlinestatic |
◆ unbind()
void flightgear::http::MongooseHttpd::unbind |
( |
| ) |
|
|
override |
◆ update()
void flightgear::http::MongooseHttpd::update |
( |
double | dt | ) |
|
|
override |
The documentation for this class was generated from the following file: