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 | |
WebSocketHandler::auth | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::auth | HttpServer::AbstractHttpRequestHandler | |
ch | WebSocketHandler::WebSocketHandler | private |
WebSocketHandler::checkPersistent(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | private |
OMQ::AbstractServiceHttpHandler::checkPersistent(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | private |
clearUserIndexInfo() | OMQ::AbstractServiceHttpHandler | |
constructor(string path, HttpServer::AbstractAuthenticator auth=new DefaultQorusRBACAuthenticator(), bool path_is_regex=False) | OMQ::AbstractServiceWebSocketHandler | |
WebSocketHandler::WebSocketHandler::constructor(*HttpServer::AbstractAuthenticator auth, *hash< auto > opts) | WebSocketHandler::WebSocketHandler | |
WebSocketHandler::HttpServer::AbstractHttpSocketHandler::constructor(*AbstractAuthenticator auth) | HttpServer::AbstractHttpSocketHandler | |
WebSocketHandler::HttpServer::AbstractHttpRequestHandler::constructor(*AbstractAuthenticator n_auth, softbool n_stream=False) | HttpServer::AbstractHttpRequestHandler | |
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 | |
WebSocketHandler::decodeBody(string content_encoding, binary body, *string string_encoding) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::decodeBody(string content_encoding, binary body, *string string_encoding) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::decompress | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::decompress | HttpServer::AbstractHttpRequestHandler | |
WebSocketHandler::decompress_to_string | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::decompress_to_string | HttpServer::AbstractHttpRequestHandler | |
default_resource | OMQ::AbstractServiceHttpHandler | |
DefaultHeartbeatInterval | WebSocketHandler::WebSocketHandler | |
DefaultHeartbeatMsg | WebSocketHandler::WebSocketHandler | |
DefaultSocketSendTimeout | WebSocketHandler::WebSocketHandler | |
deregisterConnectionImpl(WebSocketConnection wsc) | WebSocketHandler::WebSocketHandler | |
doNewConnection(hash< auto > cx, hash< auto > hdr, string cid) | WebSocketHandler::WebSocketHandler | |
WebSocketHandler::encodeBody(string content_encoding, data body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::encodeBody(string content_encoding, data body) | HttpServer::AbstractHttpRequestHandler | static |
flushIo(WebSocketConnection wsc, Socket sock) | WebSocketHandler::WebSocketHandler | |
getConnectionIds() | WebSocketHandler::WebSocketHandler | |
getConnectionImpl(hash< auto > cx, hash< auto > hdr, string cid) | OMQ::AbstractServiceWebSocketHandler | |
getHeartbeat() | WebSocketHandler::WebSocketHandler | |
getHeartbeatMessage() | WebSocketHandler::WebSocketHandler | |
WebSocketHandler::getLogMessage(hash< auto > cx, hash api, reference params, *reference< string > args) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::getLogMessage(hash< auto > cx, hash api, reference params, *reference< string > args) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::getMessageBody(Socket s, hash< auto > hdr, *data body, bool decode=True) | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::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 |
WebSocketHandler::getStreamRequestImpl(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | private |
OMQ::AbstractServiceHttpHandler::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 |
WebSocketHandler::handleExpectHeader(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::handleExpectHeader(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | |
handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceWebSocketHandler | |
WebSocketHandler::WebSocketHandler::handleRequest(hash< auto > cx, hash< auto > hdr, *data b) | WebSocketHandler::WebSocketHandler | |
WebSocketHandler::HttpServer::AbstractHttpSocketHandler::handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | |
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 | |
heartbeat | WebSocketHandler::WebSocketHandler | private |
heartbeat_msg | WebSocketHandler::WebSocketHandler | private |
WebSocketHandler::isPersistent() | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::isPersistent() | HttpServer::AbstractHttpRequestHandler | |
isregex | OMQ::AbstractServiceHttpHandler | |
lh | HttpServer::AbstractHttpSocketHandlerInterface | private |
listeners | OMQ::AbstractServiceHttpHandler | |
log(int ll, string fmt,...) | OMQ::AbstractServiceHttpHandler | |
lsh | HttpServer::AbstractHttpSocketHandlerInterface | private |
m() | HttpServer::AbstractHttpSocketHandlerInterface | private |
WebSocketHandler::make200(hash< auto > hdr, InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make200(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make200(InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make200(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make200(hash< auto > hdr, InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make200(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make200(InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make200(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make400(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make400(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make400(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make400(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make500(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make500(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make500(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make500(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make501(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::make501(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make501(hash< auto > hdr, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::make501(string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::makeResponse(hash< auto > hdr, int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::makeResponse(hash< auto > hdr, int code, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::makeResponse(int code, *data body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::makeResponse(int code, *InputStream chunked_body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::makeResponse(int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::makeResponse(int code, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::makeResponse(hash< auto > hdr, int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::makeResponse(hash< auto > hdr, int code, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::makeResponse(int code, *data body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::makeResponse(int code, *InputStream chunked_body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::makeResponse(int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::makeResponse(int code, string fmt,...) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::maskData(string msg) | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::maskData(string msg) | HttpServer::AbstractHttpRequestHandler | |
WebSocketHandler::NotificationThreadKey | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::NotificationThreadKey | HttpServer::AbstractHttpRequestHandler | |
WebSocketHandler::notifyClosed(*code c) | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::notifyClosed(*code c) | HttpServer::AbstractHttpRequestHandler | |
Options | WebSocketHandler::WebSocketHandler | |
otld() | OMQ::AbstractServiceHttpHandler | |
WebSocketHandler::PersistenceThreadKey | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::PersistenceThreadKey | HttpServer::AbstractHttpRequestHandler | |
WebSocketHandler::persistentClosed() | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::persistentClosed() | HttpServer::AbstractHttpRequestHandler | |
WebSocketHandler::redirect(hash< auto > cx, hash< auto > request_hdr, string path, int status_code=301, *hash< auto > response_hdr) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::redirect(hash< auto > cx, hash< auto > request_hdr, string path, int status_code=301, *hash< auto > response_hdr) | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::restoreThreadLocalData(*hash< auto > data) | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::restoreThreadLocalData(*hash< auto > data) | OMQ::AbstractServiceHttpHandler | |
rwl() | WebSocketHandler::WebSocketHandler | private |
WebSocketHandler::saveThreadLocalData() | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::saveThreadLocalData() | OMQ::AbstractServiceHttpHandler | |
sendAll(data d) | WebSocketHandler::WebSocketHandler | |
sendOne(softstring id, data d) | WebSocketHandler::WebSocketHandler | |
setDefaultResource(string name) | OMQ::AbstractServiceHttpHandler | |
setHeartbeat(softint seconds) | WebSocketHandler::WebSocketHandler | |
setHeartbeatMessage(string msg) | WebSocketHandler::WebSocketHandler | |
WebSocketHandler::setPersistent(bool p=True) | HttpServer::AbstractHttpRequestHandler | |
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 | |
start(softstring lid, hash< auto > cx, hash< auto > hdr, Socket s) | HttpServer::AbstractHttpSocketHandlerInterface | |
startImpl(softstring lid, hash< auto > cx, hash< auto > hdr, Qore::Socket sock) | WebSocketHandler::WebSocketHandler | |
HttpServer::AbstractHttpSocketHandler::startImpl(softstring lid, hash< auto > cx, hash< auto > hdr, Socket s) | HttpServer::AbstractHttpSocketHandlerInterface | privatepure virtual |
WebSocketHandler::staticNotificationCleanup() | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::staticNotificationCleanup() | HttpServer::AbstractHttpRequestHandler | static |
WebSocketHandler::staticPersistenceCleanup() | HttpServer::AbstractHttpRequestHandler | static |
OMQ::AbstractServiceHttpHandler::staticPersistenceCleanup() | HttpServer::AbstractHttpRequestHandler | static |
stop | HttpServer::AbstractHttpSocketHandlerInterface | private |
stop() | HttpServer::AbstractHttpSocketHandlerInterface | |
stop(softstring lid) | HttpServer::AbstractHttpSocketHandlerInterface | |
stopImpl() | HttpServer::AbstractHttpSocketHandlerInterface | private |
stopImpl(string lid) | HttpServer::AbstractHttpSocketHandlerInterface | private |
stopOne(softstring id) | WebSocketHandler::WebSocketHandler | |
WebSocketHandler::stream | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::stream | HttpServer::AbstractHttpRequestHandler | |
svc_method_call | OMQ::AbstractServiceHttpHandler | |
svcc | OMQ::AbstractServiceHttpHandler | |
svcinfo | OMQ::AbstractServiceHttpHandler | |
WebSocketHandler::timeout_ms | HttpServer::AbstractHttpRequestHandler | |
OMQ::AbstractServiceHttpHandler::timeout_ms | HttpServer::AbstractHttpRequestHandler | |
tlk | WebSocketHandler::WebSocketHandler | private:internal |
url | OMQ::AbstractServiceHttpHandler | |
utitle | OMQ::AbstractServiceHttpHandler | |
utype | OMQ::AbstractServiceHttpHandler | |
uurl | OMQ::AbstractServiceHttpHandler | |