|
void | start (bool useMinimalMode=false) |
|
void | stop () |
|
void | stopOnIdle () |
|
Common::String | getAddress () |
|
IndexPageHandler & | indexPageHandler () |
|
bool | isRunning () |
|
|
static uint32 | getPort () |
|
static void | setClientGetHandler (Client &client, const Common::String &response, long code=200, const char *mimeType=nullptr) |
|
static void | setClientGetHandler (Client &client, Common::SeekableReadStream *responseStream, long code=200, const char *mimeType=nullptr) |
|
static void | setClientRedirectHandler (Client &client, const Common::String &response, const Common::String &location, const char *mimeType=nullptr) |
|
static void | setClientRedirectHandler (Client &client, Common::SeekableReadStream *responseStream, const Common::String &location, const char *mimeType=nullptr) |
|
static Common::String | urlDecode (const Common::String &value) |
|
static Common::String | urlEncodeQueryParameterValue (const Common::String &value) |
|
static bool | hasInstance () |
|
static LocalWebserver & | instance () |
|
static void | destroy () |
|
|
static const uint32 | DEFAULT_SERVER_PORT = 12345 |
|
|
void | localWebserverTimer (void *) |
|
|
typedef LocalWebserver | SingletonBaseType |
|
static LocalWebserver * | _singleton |
|
The documentation for this class was generated from the following file: