Qore HttpServer Module Reference  0.3.6
 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.

addINETListeners(*string node, softstring service, *string cert_path, *string key_path, *string name)HttpServer::HttpServer
addListener(softstring sock, *string cert_path, *string key_path, *string name)HttpServer::HttpServer
addListeners(softstring sock, *string cert_path, *string key_path, *string name)HttpServer::HttpServer
addListenersWithHandler(string hname, AbstractHttpRequestHandler handler, hash lp, *code logger, *code errorlogger, *code stopc, *string name)HttpServer::HttpServer
AIFlagsHttpServer::HttpServer
constructor(*code logfunc, *code errlogfunc, bool dbg=False, string name=sprintf("Qore-HTTP-Server/%s", HttpServer::Version))HttpServer::HttpServer
copy()HttpServer::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
log()HttpServer::HttpServer
logArgs(list args=())HttpServer::HttpServer
logError()HttpServer::HttpServer
logErrorArgs(list args=())HttpServer::HttpServer
PollTimeoutHttpServer::HttpServer
ReadTimeoutHttpServer::HttpServer
removeDynamicHandler(string name)HttpServer::HttpServer
sendHttpError(Socket s, int code, string msg, bool close=False, *hash extra_hdrs, *string encoding)HttpServer::HttpServer
setDebug(bool dbg=True)HttpServer::HttpServer
setDefaultHandler(string name, AbstractHttpRequestHandler obj)HttpServer::HttpServer
setDynamicHandler(string name, string url, *string content_type, AbstractHttpRequestHandler obj, *softlist special_headers)HttpServer::HttpServer
setHandler(string name, string url, *string content_type, AbstractHttpRequestHandler obj, *softlist special_headers)HttpServer::HttpServer
stop()HttpServer::HttpServer
stopListener(softstring bind)HttpServer::HttpServer
stopListenerID(softint id)HttpServer::HttpServer
stopNoWait()HttpServer::HttpServer
VersionHttpServer::HttpServer
waitStop()HttpServer::HttpServer