Arduino DLNA Server
Loading...
Searching...
No Matches
tiny_dlna::HttpServer< ClientType, ServerType > Member List

This is the complete list of members for tiny_dlna::HttpServer< ClientType, ServerType >, including all inherited members.

addHandler(HttpRequestHandlerLine *handlerLinePtr) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
begin() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
buffertiny_dlna::HttpServer< ClientType, ServerType >protected
client() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
client_ptrtiny_dlna::HttpServer< ClientType, ServerType >protected
contentStr() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
copy() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
crlf() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
current_client_iteratortiny_dlna::HttpServer< ClientType, ServerType >protected
doLoop() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
end() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
endClient() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
getReference() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
handler_collectiontiny_dlna::HttpServer< ClientType, ServerType >protected
HttpServer(ServerType &server, int bufferSize=1024)tiny_dlna::HttpServer< ClientType, ServerType >inline
is_activetiny_dlna::HttpServer< ClientType, ServerType >protected
isActive() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
local_hosttiny_dlna::HttpServer< ClientType, ServerType >protected
localHost() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
localIP() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
matchesMime(const char *handler_mime, const char *request_mime)tiny_dlna::HttpServer< ClientType, ServerType >inlineprotected
no_connect_delaytiny_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) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
on(const char *url, TinyMethodID method, const char *mime, web_callback_fn fn) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
on(const char *url, TinyMethodID method, const char *mime, const char *result) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
on(const char *url, TinyMethodID method, const char *mime, const uint8_t *data, int len) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
on(const char *url, TinyMethodID method, Url &redirect) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
onRequest(const char *path) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
open_clientstiny_dlna::HttpServer< ClientType, ServerType >protected
operator bool() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
processRequest()tiny_dlna::HttpServer< ClientType, ServerType >inlineprotected
reftiny_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) overridetiny_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) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
reply(const char *contentType, const char *str, int status=200, const char *msg=SUCCESS) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
reply(const char *contentType, const uint8_t *str, int len, int status=200, const char *msg=SUCCESS) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
reply(int status, const char *msg)tiny_dlna::HttpServer< ClientType, ServerType >inlineprotected
reply_headertiny_dlna::HttpServer< ClientType, ServerType >protected
replyChunked(const char *contentType, Stream &inputStream, int status=200, const char *msg=SUCCESS) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
replyChunked(const char *contentType, int status=200, const char *msg=SUCCESS) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
replyError(int err, const char *msg="Internal Server Error") overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
replyHeader() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
replyNotFound() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
replyOK() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
request_headertiny_dlna::HttpServer< ClientType, ServerType >protected
requestHeader() overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
resolveRewrite(const char *from)tiny_dlna::HttpServer< ClientType, ServerType >inlineprotected
rewrite(const char *from, const char *to) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
rewrite_collectiontiny_dlna::HttpServer< ClientType, ServerType >protected
server_ptrtiny_dlna::HttpServer< ClientType, ServerType >protected
setNoConnectDelay(int delay) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
setReference(void *reference) overridetiny_dlna::HttpServer< ClientType, ServerType >inlinevirtual
~HttpServer() overridetiny_dlna::HttpServer< ClientType, ServerType >inline
~IHttpServer()=defaulttiny_dlna::IHttpServervirtual