Qore HttpServer Module Reference 1.1.2
Loading...
Searching...
No Matches
HttpServer::HttpServer Member List

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, 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
addListener(int port)HttpServer::HttpServer
addListener(hash< HttpListenerOptionInfo > opts)HttpServer::HttpServer
addListeners(string bind, hash< HttpListenerOptionInfo > info, *reference< hash< string, string > > errmap)HttpServer::HttpServer
addListeners(hash< HttpListenerOptionInfo > info, *reference< hash< string, string > > errmap)HttpServer::HttpServer
AIFlagsHttpServer::HttpServer
callListenerStopCallback(code stopc, string name, hash< auto > socket_info)HttpServer::HttpServer
clearContextInfo()HttpServer::HttpServer
CompressionThresholdHttpServer::HttpServer
constructor(*code logfunc, *code errlogfunc, bool dbg=False, string name=HttpServer::HttpServerString, hash< auto > hdr={ 'X-Powered-By':'Qore/'+Qore::VersionString})HttpServer::HttpServer
constructor(hash< HttpServerOptionInfo > opts)HttpServer::HttpServer
constructor()HttpServer::HttpServer
ContentEncodingsHttpServer::HttpServer
copy()HttpServer::HttpServer
DefaultIdleThreadsHttpServer::HttpServer
destructor()HttpServer::HttpServer
disableDynamicHandler(string name)HttpServer::HttpServer
getDebug()HttpServer::HttpServer
getHttpServerVersionString()HttpServer::HttpServerstatic
getListenerCount()HttpServer::HttpServer
getListenerIdFromBindUnlocked(string bind)HttpServer::HttpServerprivate
getListenerInfo(softint id)HttpServer::HttpServer
getListenerInfoName(string name)HttpServer::HttpServer
getListenerLogOptions(softstring bind)HttpServer::HttpServer
getListenerLogOptionsID(softint id)HttpServer::HttpServer
getListenerLogOptionsUnlocked(softstring id)HttpServer::HttpServerprivate
getListeners()HttpServer::HttpServer
getListenerTID(softint id)HttpServer::HttpServer
getURLFromBind(softstring bind, *string host)HttpServer::HttpServerstatic
HttpCodesHttpServer::HttpServer
HttpMethodsHttpServer::HttpServer
listenerStarted(int id, hash< auto > sinfo)HttpServer::HttpServer
LLO_RECV_BODYHttpServer::HttpServer
LLO_RECV_HEADERSHttpServer::HttpServer
LLO_SEND_BODYHttpServer::HttpServer
LLO_SEND_HEADERSHttpServer::HttpServer
log(string fmt,...)HttpServer::HttpServervirtual
logArgs(*softlist< auto > args)HttpServer::AbstractLogger
logError(string fmt,...)HttpServer::HttpServervirtual
logErrorArgs(*softlist< auto > args)HttpServer::AbstractLogger
maskData(string msg)HttpServer::HttpServer
PollTimeoutHttpServer::HttpServer
ReadTimeoutHttpServer::HttpServer
reloadListenerCertificate(int id)HttpServer::HttpServer
reloadListenerCertificateName(string name)HttpServer::HttpServer
removeDynamicHandler(string name, *bool force_immediate)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::HttpServerprivate
setMaskCode(code maskfunc)HttpServer::HttpServer
setReplyHeaders(Socket s, hash< auto > cx, reference< hash< auto > > rv)HttpServer::HttpServerstatic
stop()HttpServer::HttpServer
stopListener(softstring bind)HttpServer::HttpServer
stopListenerID(softint id)HttpServer::HttpServer
stopListenerIDNoWait(softint id)HttpServer::HttpServer
stopNoWait()HttpServer::HttpServer
VersionHttpServer::HttpServer
waitStop()HttpServer::HttpServer