addClass(AbstractRestClass cls) | RestHandler::AbstractRestClass | |
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 | |
OMQ::auth | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::auth | HttpServer::AbstractHttpRequestHandler | |
checkExceptionSerializable(reference< hash< ExceptionInfo > > ex) | RestHandler::RestHandler | private |
OMQ::checkPersistent(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | private |
RestHandler::RestHandler::checkPersistent(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | private |
class_hash | RestHandler::AbstractRestClass | |
clearUserIndexInfo() | OMQ::AbstractServiceHttpHandler | |
constructor(string path, bool isregex=False, HttpServer::AbstractAuthenticator auth=new DefaultQorusRBACAuthenticator(), *RestSchemaValidator::AbstractRestSchemaValidator validator) | OMQ::AbstractServiceRestHandler | |
constructor(string path, HttpServer::AbstractAuthenticator auth=new DefaultQorusRBACAuthenticator(), *RestSchemaValidator::AbstractRestSchemaValidator validator) | OMQ::AbstractServiceRestHandler | |
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 | |
OMQ::HttpServer::AbstractHttpRequestHandler::constructor(*AbstractAuthenticator n_auth, softbool n_stream=False) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::constructor(*HttpServer::AbstractAuthenticator auth, RestSchemaValidator::AbstractRestSchemaValidator validator=new NullRestSchemaValidator()) | RestHandler::RestHandler | |
RestHandler::RestHandler::constructor(Logger::Logger logger, *HttpServer::AbstractAuthenticator auth, RestSchemaValidator::AbstractRestSchemaValidator validator=new NullRestSchemaValidator(logger)) | RestHandler::RestHandler | |
HttpServer::AbstractHttpRequestHandler::constructor(*AbstractAuthenticator n_auth, softbool n_stream=False) | HttpServer::AbstractHttpRequestHandler | |
content_type | OMQ::AbstractServiceHttpHandler | |
OMQ::decodeBody(string content_encoding, binary body, *string string_encoding) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::decodeBody(string content_encoding, binary body, *string string_encoding) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::decompress | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::decompress | HttpServer::AbstractHttpRequestHandler | |
OMQ::decompress_to_string | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::decompress_to_string | HttpServer::AbstractHttpRequestHandler | |
default_resource | OMQ::AbstractServiceHttpHandler | |
dispatch(RestHandler rh, string mn, *hash< auto > ah, hash< auto > cx) | RestHandler::AbstractRestClass | |
dispatchRequest(HttpListenerInterface listener, Socket s, *list< string > class_list, string method_name, string path, hash< auto > cx, *hash< auto > args) | RestHandler::RestHandler | |
dispatchStream(HttpListenerInterface listener, RestHandler rh, Socket s, string mn, *hash< auto > ah, hash< auto > cx) | RestHandler::AbstractRestClass | |
doGetPossibleSubClasses(hash< auto > cx, *hash< auto > ah) | RestHandler::AbstractRestClass | private |
OMQ::encodeBody(string content_encoding, data body) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::encodeBody(string content_encoding, data body) | HttpServer::AbstractHttpRequestHandler | static |
Err501 | RestHandler::RestHandler | |
errorResponseHeaders(hash< auto > cx) | RestHandler::RestHandler | private |
get(hash< auto > cx, *hash< auto > ah) | RestHandler::RestHandler | |
OMQ::getLogMessage(hash< auto > cx, hash api, reference params, *reference< string > args) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::getLogMessage(hash< auto > cx, hash api, reference params, *reference< string > args) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::getMessageBody(Socket s, hash< auto > hdr, *data body, bool decode=True) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::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::OMQ::getStreamRequestImpl(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::getStreamRequestImpl(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | |
OMQ::handleExpectHeader(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::handleExpectHeader(hash< auto > cx, hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | |
handleExternalRequest(string method, string path, *hash< auto > body, hash< auto > cx={}) | RestHandler::RestHandler | |
handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceRestHandler | |
OMQ::AbstractServiceHttpHandler::handleRequest(hash< auto > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | |
OMQ::HttpServer::AbstractHttpRequestHandler::OMQ::handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::HttpServer::AbstractHttpRequestHandler::handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::AbstractRestClass::handleRequest(HttpListenerInterface listener, RestHandler rh, Socket s, *list< string > cl, string mn, hash< auto > cx, *hash< auto > args) | RestHandler::AbstractRestClass | |
handleRequestImpl(reference< hash< auto > > cx, hash< auto > hdr, *data body) | OMQ::AbstractServiceHttpHandler | |
OMQ::isPersistent() | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::isPersistent() | HttpServer::AbstractHttpRequestHandler | |
isregex | OMQ::AbstractServiceHttpHandler | |
listeners | OMQ::AbstractServiceHttpHandler | |
log(int ll, string fmt) | OMQ::AbstractServiceHttpHandler | |
logger | RestHandler::RestHandler | private |
OMQ::make200(hash< auto > hdr, InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::make200(hash< auto > hdr, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::make200(InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::make200(string fmt) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::make200(hash< auto > hdr, string fmt) | RestHandler::RestHandler | static |
RestHandler::RestHandler::make200(string fmt) | RestHandler::RestHandler | static |
HttpServer::AbstractHttpRequestHandler::make200(hash< auto > hdr, InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
HttpServer::AbstractHttpRequestHandler::make200(InputStream chunked_body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::make400(hash< auto > hdr, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::make400(string fmt) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::make400(hash< auto > hdr, string fmt) | RestHandler::RestHandler | static |
RestHandler::RestHandler::make400(string fmt) | RestHandler::RestHandler | static |
OMQ::make500(hash< auto > hdr, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::make500(string fmt) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::make500(hash< auto > hdr, string fmt) | RestHandler::RestHandler | static |
RestHandler::RestHandler::make500(string fmt) | RestHandler::RestHandler | static |
OMQ::make501(hash< auto > hdr, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::make501(string fmt) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::make501(hash< auto > hdr, string fmt) | RestHandler::RestHandler | static |
RestHandler::RestHandler::make501(string fmt) | RestHandler::RestHandler | static |
OMQ::makeResponse(hash< auto > hdr, int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::makeResponse(hash< auto > hdr, int code, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::makeResponse(int code, *data body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::makeResponse(int code, *InputStream chunked_body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::makeResponse(int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::makeResponse(int code, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::makeResponse(int code, auto body, *hash< auto > hdr) | RestHandler::RestHandler | static |
HttpServer::AbstractHttpRequestHandler::makeResponse(hash< auto > hdr, int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
HttpServer::AbstractHttpRequestHandler::makeResponse(hash< auto > hdr, int code, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
HttpServer::AbstractHttpRequestHandler::makeResponse(int code, *data body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
HttpServer::AbstractHttpRequestHandler::makeResponse(int code, *InputStream chunked_body, *hash< auto > hdr) | HttpServer::AbstractHttpRequestHandler | static |
HttpServer::AbstractHttpRequestHandler::makeResponse(int code, binary body) | HttpServer::AbstractHttpRequestHandler | static |
HttpServer::AbstractHttpRequestHandler::makeResponse(int code, string fmt) | HttpServer::AbstractHttpRequestHandler | static |
OMQ::maskData(string msg) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::maskData(string msg) | HttpServer::AbstractHttpRequestHandler | |
Methods | RestHandler::RestHandler | |
name() | RestHandler::RestHandler | virtual |
OMQ::NotificationThreadKey | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::NotificationThreadKey | HttpServer::AbstractHttpRequestHandler | |
OMQ::notifyClosed(*code c) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::notifyClosed(*code c) | HttpServer::AbstractHttpRequestHandler | |
otld() | OMQ::AbstractServiceHttpHandler | |
OMQ::PersistenceThreadKey | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::PersistenceThreadKey | HttpServer::AbstractHttpRequestHandler | |
OMQ::persistentClosed() | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::persistentClosed() | HttpServer::AbstractHttpRequestHandler | |
OMQ::redirect(hash< auto > cx, hash< auto > request_hdr, string path, int status_code=301, *hash< auto > response_hdr) | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::redirect(hash< auto > cx, hash< auto > request_hdr, string path, int status_code=301, *hash< auto > response_hdr) | HttpServer::AbstractHttpRequestHandler | static |
removeRootPath(reference path) | OMQ::AbstractServiceRestHandler | |
RestHandler::RestHandler::removeRootPath(reference< string > path) | RestHandler::RestHandler | |
requestDeserializationError(hash< auto > hdr, hash< auto > cx, string body) | RestHandler::RestHandler | |
RestHandler::RestHandler::responseSerializationError(hash< auto > cx, *hash< auto > aih, hash< auto > rv) | RestHandler::RestHandler | |
RestBasicMethodSet | RestHandler::AbstractRestClass | |
restoreThreadLocalData(*hash< auto > data) | OMQ::AbstractServiceHttpHandler | |
returnRestException(hash< ExceptionInfo > ex) | RestHandler::RestHandler | private |
saveThreadLocalData() | OMQ::AbstractServiceHttpHandler | |
setDefaultResource(string name) | OMQ::AbstractServiceHttpHandler | |
setLogger(Logger::Logger logger) | RestHandler::RestHandler | |
OMQ::setPersistent(bool p=True) | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::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 | |
OMQ::staticNotificationCleanup() | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::staticNotificationCleanup() | HttpServer::AbstractHttpRequestHandler | static |
OMQ::staticPersistenceCleanup() | HttpServer::AbstractHttpRequestHandler | static |
RestHandler::RestHandler::staticPersistenceCleanup() | HttpServer::AbstractHttpRequestHandler | static |
OMQ::stream | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::stream | HttpServer::AbstractHttpRequestHandler | |
subClass(string name, hash< auto > cx, *hash< auto > args) | RestHandler::AbstractRestClass | |
subClassImpl(string name, hash< auto > cx, *hash< auto > args) | RestHandler::AbstractRestClass | |
svc_method_call | OMQ::AbstractServiceHttpHandler | |
svcc | OMQ::AbstractServiceHttpHandler | |
svcinfo | OMQ::AbstractServiceHttpHandler | |
OMQ::timeout_ms | HttpServer::AbstractHttpRequestHandler | |
RestHandler::RestHandler::timeout_ms | HttpServer::AbstractHttpRequestHandler | |
unknownSubClassError(string cls_name, hash< auto > cx, *hash< auto > ah) | RestHandler::AbstractRestClass | private |
url | OMQ::AbstractServiceHttpHandler | |
utitle | OMQ::AbstractServiceHttpHandler | |
utype | OMQ::AbstractServiceHttpHandler | |
uurl | OMQ::AbstractServiceHttpHandler | |
validator | RestHandler::RestHandler | private |