| addListener(hash< HttpServer::HttpListenerOptionInfo > opt) | OMQ::AbstractServiceHttpHandler | |
| addListener(softstring bind, hash< HttpServer::HttpListenerOptionInfo > opt) | OMQ::AbstractServiceHttpHandler | |
| addListener(softstring bind, *string cert_path, *string key_path, *string key_password, *hash< HttpServer::HttpListenerOptionInfo > opt) | OMQ::AbstractServiceHttpHandler | |
| addListener(softstring bind, *Qore::SSLCertificate cert, *Qore::SSLPrivateKey key, *hash< HttpServer::HttpListenerOptionInfo > opt) | OMQ::AbstractServiceHttpHandler | |
| addListeners(softlist< auto > l) | OMQ::AbstractServiceHttpHandler | |
| auth | HttpServer::AbstractHttpRequestHandler | |
| authenticateRequest(HttpListenerInterface listener, hash< auto > hdr, reference< hash< auto > > cx) | HttpServer::AbstractHttpRequestHandler | |
| checkPersistent(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | private |
| clearUserIndexInfo() | OMQ::AbstractServiceHttpHandler | |
| constructor(string group, string menuname, string desc) | OMQ::QorusExtensionHandler | |
| OMQ::AbstractServiceHttpHandler::constructor(string n_path, *softlist< auto > n_content_type, *softlist< auto > n_special_headers, HttpServer::AbstractAuthenticator n_auth=new DefaultQorusRBACAuthenticator(), bool n_isregex=True) | OMQ::AbstractServiceHttpHandler | |
| HttpServer::AbstractHttpRequestHandler::constructor(*AbstractAuthenticator n_auth, softbool n_stream=False) | HttpServer::AbstractHttpRequestHandler | |
| content_type | OMQ::AbstractServiceHttpHandler | |
| decodeBody(string content_encoding, binary body, *string string_encoding) | HttpServer::AbstractHttpRequestHandler | static |
| decompress | HttpServer::AbstractHttpRequestHandler | |
| decompress_to_string | HttpServer::AbstractHttpRequestHandler | |
| default_resource | OMQ::AbstractServiceHttpHandler | |
| desc | OMQ::QorusExtensionHandler | private |
| encodeBody(string content_encoding, data body) | HttpServer::AbstractHttpRequestHandler | static |
| getDesc() | OMQ::QorusExtensionHandler | |
| getGroup() | OMQ::QorusExtensionHandler | |
| getLogMessage(hash< auto > cx, hash api, reference params, *reference< string > args) | HttpServer::AbstractHttpRequestHandler | static |
| getMenuName() | OMQ::QorusExtensionHandler | |
| getMessageBody(Socket s, hash< auto > hdr, *data body, bool decode=True) | HttpServer::AbstractHttpRequestHandler | |
| getRequestPath(string hpath) | OMQ::AbstractServiceHttpHandler | |
| getServiceInfo() | OMQ::AbstractServiceHttpHandler | |
| getServiceStreamRequestExtern(AbstractServiceHttpHandler hr, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | static |
| getServiceStreamRequestImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | private |
| getStreamRequestImpl(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | private |
| HttpServer::AbstractHttpRequestHandler::getStreamRequestImpl(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | private |
| group | OMQ::QorusExtensionHandler | private |
| handleExpectHeader(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | |
| handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | |
| handleRequest(hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | |
| HttpServer::AbstractHttpRequestHandler::handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | |
| handleRequestImpl(reference< hash< auto > > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | |
| isPersistent() | HttpServer::AbstractHttpRequestHandler | |
| isregex | OMQ::AbstractServiceHttpHandler | |
| listeners | OMQ::AbstractServiceHttpHandler | |
| log(int ll, string fmt,...) | OMQ::AbstractServiceHttpHandler | |
| make200(hash< auto > hdr, InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
| make200(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| make200(InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
| make200(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| make400(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| make400(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| make500(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| make500(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| make501(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| make501(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| makeResponse(hash< auto > hdr, int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
| makeResponse(hash< auto > hdr, int code, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| makeResponse(int code, *data body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
| makeResponse(int code, *InputStream chunked_body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
| makeResponse(int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
| makeResponse(int code, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
| maskData(string msg) | HttpServer::AbstractHttpRequestHandler | |
| menuname | OMQ::QorusExtensionHandler | private |
| NotificationThreadKey | HttpServer::AbstractHttpRequestHandler | |
| notifyClosed(*code c) | HttpServer::AbstractHttpRequestHandler | |
| otld() | OMQ::AbstractServiceHttpHandler | |
| PersistenceThreadKey | HttpServer::AbstractHttpRequestHandler | |
| persistentClosed() | HttpServer::AbstractHttpRequestHandler | |
| preprocessRequest(HttpListenerInterface listener, reference< hash< auto > > hdr, reference< hash< auto > > cx) | HttpServer::AbstractHttpRequestHandler | |
| redirect(hash< auto > cx, hash< auto > request_hdr, string path, int status_code=301, *hash< auto > response_hdr) | HttpServer::AbstractHttpRequestHandler | static |
| restoreThreadLocalData(*hash< auto > thread_ctx) | OMQ::AbstractServiceHttpHandler | |
| saveThreadLocalData() | OMQ::AbstractServiceHttpHandler | |
| setDefaultResource(string name) | OMQ::AbstractServiceHttpHandler | |
| setPersistent(bool p=True) | HttpServer::AbstractHttpRequestHandler | |
| setServiceThreadContext(hash< auto > cx) | OMQ::AbstractServiceHttpHandler | static |
| setThreadContext(hash< auto > cx) | OMQ::AbstractServiceHttpHandler | |
| setUserIndexInfo(string heading, string title, string url) | OMQ::AbstractServiceHttpHandler | |
| special_headers | OMQ::AbstractServiceHttpHandler | |
| staticNotificationCleanup() | HttpServer::AbstractHttpRequestHandler | static |
| staticPersistenceCleanup() | HttpServer::AbstractHttpRequestHandler | static |
| stream | HttpServer::AbstractHttpRequestHandler | |
| svc_method_call | OMQ::AbstractServiceHttpHandler | |
| svcc | OMQ::AbstractServiceHttpHandler | |
| svcinfo | OMQ::AbstractServiceHttpHandler | |
| timeout_ms | HttpServer::AbstractHttpRequestHandler | |
| url | OMQ::AbstractServiceHttpHandler | |
| utitle | OMQ::AbstractServiceHttpHandler | |
| utype | OMQ::AbstractServiceHttpHandler | |
| uurl | OMQ::AbstractServiceHttpHandler | |