| addHandler(HttpRequestHandlerLine *handlerLinePtr) | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| begin() override | tiny_dlna::HttpServerUsingTask< ClientType, ServerType > | inlinevirtual |
| client_handler | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| copy() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| current_client_iterator | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| doLoop() override | tiny_dlna::HttpServerUsingTask< ClientType, ServerType > | inlinevirtual |
| end() override | tiny_dlna::HttpServerUsingTask< ClientType, ServerType > | inlinevirtual |
| getReference() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| handler_collection | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| HttpServer(ServerType &server, int bufferSize=1024) | tiny_dlna::HttpServer< ClientType, ServerType > | inline |
| HttpServerUsingTask(ServerType &server, int bufferSize=1024, int taskStackSize=1024 *8, int taskPriority=1) | tiny_dlna::HttpServerUsingTask< ClientType, ServerType > | inline |
| is_active | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| isActive() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| local_host | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| localHost() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| localIP() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| matchesMime(const char *handler_mime, const char *request_mime) | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| no_connect_delay | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| nullstr(const char *in) | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| on(const char *url, TinyMethodID method, web_callback_fn fn, void *ctx[]=nullptr, int ctxCount=0) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| on(const char *url, TinyMethodID method, const char *mime, web_callback_fn fn) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| on(const char *url, TinyMethodID method, const char *mime, const char *result) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| on(const char *url, TinyMethodID method, const char *mime, const uint8_t *data, int len) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| on(const char *url, TinyMethodID method, Url &redirect) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| onRequest(const char *path) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| open_clients | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| operator bool() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| processRequest(ClientType *p_client) | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| ref | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| removeClosedClients() | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| resolveRewrite(const char *from) | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| rewrite(const char *from, const char *to) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| rewrite_collection | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| server_ptr | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| server_task_ | tiny_dlna::HttpServerUsingTask< ClientType, ServerType > | protected |
| setNoConnectDelay(int delay) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| setReference(void *reference) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| ~HttpServer() override | tiny_dlna::HttpServer< ClientType, ServerType > | inline |
| ~HttpServerUsingTask() | tiny_dlna::HttpServerUsingTask< ClientType, ServerType > | inline |
| ~IHttpServer()=default | tiny_dlna::IHttpServer | virtual |