| addHandler(HttpRequestHandlerLine *handlerLinePtr) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| begin() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| buffer | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| client() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| client_ptr | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| contentStr() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| copy() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| crlf() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| current_client_iterator | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| doLoop() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| end() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| endClient() override | tiny_dlna::HttpServer< 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 |
| 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() | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| ref | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| removeClosedClients() | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| reply(const char *contentType, Stream &inputStream, int size, int status=200, const char *msg=SUCCESS) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| reply(const char *contentType, size_t(*callback)(Print &out, void *ref), int status=200, const char *msg=SUCCESS, void *ref=nullptr) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| reply(const char *contentType, const char *str, int status=200, const char *msg=SUCCESS) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| reply(const char *contentType, const uint8_t *str, int len, int status=200, const char *msg=SUCCESS) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| reply(int status, const char *msg) | tiny_dlna::HttpServer< ClientType, ServerType > | inlineprotected |
| reply_header | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| replyChunked(const char *contentType, Stream &inputStream, int status=200, const char *msg=SUCCESS) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| replyChunked(const char *contentType, int status=200, const char *msg=SUCCESS) override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| replyError(int err, const char *msg="Internal Server Error") override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| replyHeader() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| replyNotFound() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| replyOK() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| request_header | tiny_dlna::HttpServer< ClientType, ServerType > | protected |
| requestHeader() override | tiny_dlna::HttpServer< ClientType, ServerType > | inlinevirtual |
| 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 |
| 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 |
| ~IHttpServer()=default | tiny_dlna::IHttpServer | virtual |