Qore HttpServer Module Reference  0.3.7
 All Classes Namespaces Functions Variables Groups Pages
HttpServer::HttpServer Member List

This is the complete list of members for HttpServer::HttpServer, including all inherited members.

addHandlerToListener(softstring bind, string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True)HttpServer::HttpServer
addHandlerToListener(softstring bind, string name, AbstractUrlHandler obj)HttpServer::HttpServer
addHandlerToListenerID(softint id, string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True)HttpServer::HttpServer
addHandlerToListenerID(softint id, string name, AbstractUrlHandler obj)HttpServer::HttpServer
addINETListeners(*string node, softstring service, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC)HttpServer::HttpServer
addListener(softstring sock, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC)HttpServer::HttpServer
addListeners(softstring sock, *string cert_path, *string key_path, *string name, int family=AF_UNSPEC)HttpServer::HttpServer
addListenersWithHandler(string hname, AbstractHttpRequestHandler handler, hash lp, *code logger, *code errorlogger, *code stopc, *string name, int family=AF_UNSPEC)HttpServer::HttpServer
AIFlagsHttpServer::HttpServer
constructor(*code logfunc, *code errlogfunc, bool dbg=False, string name=sprintf("Qore-HTTP-Server/%s", HttpServer::Version), hash hdr=("X-Powered-By":"Qore/"+Qore::VersionString))HttpServer::HttpServer
ContentEncodingsHttpServer::HttpServer
copy()HttpServer::HttpServer
DefaultIdleThreadsHttpServer::HttpServer
destructor()HttpServer::HttpServer
getDebug()HttpServer::HttpServer
getListenerCount()HttpServer::HttpServer
getListenerInfo(softint id)HttpServer::HttpServer
getListenerInfoName(string name)HttpServer::HttpServer
getListeners()HttpServer::HttpServer
getListenerTID(softint id)HttpServer::HttpServer
getURLFromBind(softstring bind, *string host)HttpServer::HttpServerstatic
HttpCodesHttpServer::HttpServer
HttpMethodsHttpServer::HttpServer
log()HttpServer::HttpServer
logArgs(softlist args=())HttpServer::HttpServer
logError()HttpServer::HttpServer
logErrorArgs(softlist args=())HttpServer::HttpServer
PollTimeoutHttpServer::HttpServer
ReadTimeoutHttpServer::HttpServer
removeDynamicHandler(string name)HttpServer::HttpServer
sendHttpError(HttpListener listener, hash cx, Socket s, int code, string msg, *hash extra_hdrs, *string encoding)HttpServer::HttpServer
setDebug(bool dbg=True)HttpServer::HttpServer
setDefaultHandler(string name, AbstractHttpRequestHandler obj)HttpServer::HttpServer
setDynamicHandler(string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True)HttpServer::HttpServer
setDynamicHandler(string name, AbstractUrlHandler obj)HttpServer::HttpServer
setHandler(string name, string path, *softlist content_type, AbstractHttpRequestHandler obj, *softlist special_headers, bool isregex=True)HttpServer::HttpServer
setHandler(string name, AbstractUrlHandler obj)HttpServer::HttpServer
stop()HttpServer::HttpServer
stopListener(softstring bind)HttpServer::HttpServer
stopListenerID(softint id)HttpServer::HttpServer
stopNoWait()HttpServer::HttpServer
VersionHttpServer::HttpServer
waitStop()HttpServer::HttpServer