Qore HttpServer Module Reference
0.9.4
|
This is the complete list of members for HttpServer::HttpServer, including all inherited members.
addHandlerToListener(softstring bind, string name, hash< HttpHandlerConfigInfo > info) | HttpServer::HttpServer | |
addHandlerToListener(softstring bind, string name, string path, *softlist< softstring > content_types, HttpServer::AbstractHttpRequestHandler obj, *softlist< softstring > special_headers, bool isregex=True) | HttpServer::HttpServer | |
addHandlerToListener(softstring bind, string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
addHandlerToListenerID(softint id, string name, hash< HttpHandlerConfigInfo > info) | HttpServer::HttpServer | |
addHandlerToListenerID(softint id, string name, string path, *softlist content_type, HttpServer::AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True) | HttpServer::HttpServer | |
addHandlerToListenerID(softint id, string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
addHttpMethod(string m) | HttpServer::HttpServer | |
addINETListeners(*string node, softstring service, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd) | HttpServer::HttpServer | |
addListener(hash< HttpListenerOptionInfo > opts) | HttpServer::HttpServer | |
addListener(softstring bind, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd) | HttpServer::HttpServer | |
addListeners(string bind, hash< HttpListenerOptionInfo > info) | HttpServer::HttpServer | |
addListeners(hash< HttpListenerOptionInfo > info) | HttpServer::HttpServer | |
addListeners(string bind, hash< auto > lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
addListeners(softstring bind, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC, *string pwd) | HttpServer::HttpServer | |
addListenersWithHandler(string hname, HttpServer::AbstractHttpRequestHandler handler, hash< auto > lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC) | HttpServer::HttpServer | |
AIFlags | HttpServer::HttpServer | |
CompressionThreshold | HttpServer::HttpServer | |
constructor(*code logfunc, *code errlogfunc, bool dbg=False, string name=HttpServer::HttpServerString, hash< auto > hdr={ 'X-Powered-By':'Qore/'+Qore::VersionString}) | HttpServer::HttpServer | |
ContentEncodings | HttpServer::HttpServer | |
copy() | HttpServer::HttpServer | |
DefaultIdleThreads | HttpServer::HttpServer | |
destructor() | HttpServer::HttpServer | |
getDebug() | HttpServer::HttpServer | |
getHttpServerVersionString() | HttpServer::HttpServer | static |
getListenerCount() | HttpServer::HttpServer | |
getListenerIdFromBindUnlocked(string bind) | HttpServer::HttpServer | private |
getListenerInfo(softint id) | HttpServer::HttpServer | |
getListenerInfoName(string name) | HttpServer::HttpServer | |
getListenerLogOptions(softstring bind) | HttpServer::HttpServer | |
getListenerLogOptionsID(softint id) | HttpServer::HttpServer | |
getListenerLogOptionsUnlocked(softstring id) | HttpServer::HttpServer | private |
getListeners() | HttpServer::HttpServer | |
getListenerTID(softint id) | HttpServer::HttpServer | |
getURLFromBind(softstring bind, *string host) | HttpServer::HttpServer | static |
HttpCodes | HttpServer::HttpServer | |
HttpMethods | HttpServer::HttpServer | |
listenerStarted(int id, hash< auto > sinfo) | HttpServer::HttpServer | |
LLO_RECV_BODY | HttpServer::HttpServer | |
LLO_RECV_HEADERS | HttpServer::HttpServer | |
LLO_SEND_BODY | HttpServer::HttpServer | |
LLO_SEND_HEADERS | HttpServer::HttpServer | |
log(string fmt) | HttpServer::HttpServer | virtual |
logArgs(*softlist< auto > args) | HttpServer::AbstractLogger | |
logError(string fmt) | HttpServer::HttpServer | virtual |
logErrorArgs(*softlist< auto > args) | HttpServer::AbstractLogger | |
maskData(string msg) | HttpServer::HttpServer | |
PollTimeout | HttpServer::HttpServer | |
ReadTimeout | HttpServer::HttpServer | |
removeDynamicHandler(string name) | HttpServer::HttpServer | |
removeHandlerFromListenerID(softstring id, string handler_name) | HttpServer::HttpServer | |
removeHandlerFromListenerID(softstring id, HttpServer::AbstractHttpRequestHandler handler) | HttpServer::HttpServer | |
sendHttpError(HttpListener listener, hash< auto > cx, Socket s, int code, *data msg, *InputStream chunked_msg, *hash< auto > extra_hdrs, *string encoding, bool head) | HttpServer::HttpServer | |
setDebug(bool dbg=True) | HttpServer::HttpServer | |
setDefaultHandler(string name, HttpServer::AbstractHttpRequestHandler obj) | HttpServer::HttpServer | |
setDynamicHandler(string name, hash< HttpHandlerConfigInfo > info) | HttpServer::HttpServer | |
setDynamicHandler(string name, string path, *softlist< softstring > content_types, HttpServer::AbstractHttpRequestHandler obj, *softlist< softstring > special_headers, bool isregex=True) | HttpServer::HttpServer | |
setDynamicHandler(string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
setHandler(string name, hash< HttpHandlerConfigInfo > info) | HttpServer::HttpServer | |
setHandler(string name, string path, *softlist< softstring > content_types, HttpServer::AbstractHttpRequestHandler obj, *softlist< softstring > special_headers, bool isregex=True) | HttpServer::HttpServer | |
setHandler(string name, HttpServer::AbstractUrlHandler obj) | HttpServer::HttpServer | |
setListenerLogOptions(softstring bind, softint code) | HttpServer::HttpServer | |
setListenerLogOptionsID(softint id, softint code) | HttpServer::HttpServer | |
setListenerLogOptionsUnlocked(softstring id, int code) | HttpServer::HttpServer | private |
setMaskCode(code maskfunc) | HttpServer::HttpServer | |
setReplyHeaders(Socket s, hash< auto > cx, reference< hash > rv) | HttpServer::HttpServer | static |
stop() | HttpServer::HttpServer | |
stopListener(softstring bind) | HttpServer::HttpServer | |
stopListenerID(softint id) | HttpServer::HttpServer | |
stopNoWait() | HttpServer::HttpServer | |
Version | HttpServer::HttpServer | |
waitStop() | HttpServer::HttpServer |