Qore xml Module 1.8.0
|
This is the complete list of members for WebDavHandler::WebDavHandlerProxy, including all inherited members.
AllowHeaderValue | WebDavHandler::AbstractWebDavHandler | |
checkAuth(string method, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | private |
combineValue(reference< auto > h, auto v) | WebDavHandler::AbstractWebDavHandler | static |
constructor(hash< string, AbstractWebDavHandler > interfaces) | WebDavHandler::WebDavHandlerProxy | |
constructor(hash< string, AbstractWebDavHandler > interfaces, string virtual_relative_path_base) | WebDavHandler::WebDavHandlerProxy | |
constructor(hash< string, AbstractWebDavHandler > interfaces, Logger logger, string virtual_relative_path_base="/") | WebDavHandler::WebDavHandlerProxy | |
WebDavHandler::AbstractWebDavHandler::constructor(*AbstractAuthenticator auth) | WebDavHandler::AbstractWebDavHandler | |
WebDavHandler::AbstractWebDavHandler::constructor(*AbstractAuthenticator auth, string virtual_relative_path_base) | WebDavHandler::AbstractWebDavHandler | |
WebDavHandler::AbstractWebDavHandler::constructor(*AbstractAuthenticator auth, AbstractWebDavPropertyHandler property_handler, string virtual_relative_path_base='/') | WebDavHandler::AbstractWebDavHandler | |
WebDavHandler::AbstractWebDavHandler::constructor(*AbstractAuthenticator auth, Logger logger, AbstractWebDavPropertyHandler property_handler=new InMemoryWebDavPropertyHandler(), string virtual_relative_path_base='/') | WebDavHandler::AbstractWebDavHandler | |
copyProperties(string source_url, string target_url) | WebDavHandler::AbstractWebDavHandler | private |
deleteProperties(string source_url) | WebDavHandler::AbstractWebDavHandler | private |
DestMethods | WebDavHandler::AbstractWebDavHandler | |
getHttpMethods() | WebDavHandler::AbstractWebDavHandler | |
getRealPath(string raw_path) | WebDavHandler::AbstractWebDavHandler | private |
getRelativePath(string raw_path) | WebDavHandler::AbstractWebDavHandler | |
getStatusMessage(softstring http_code) | WebDavHandler::AbstractWebDavHandler | private |
getXml(string body) | WebDavHandler::AbstractWebDavHandler | private |
handleCopy(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleCopyImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleDelete(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleDeleteImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleGet(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleGetImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleHead(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleHeadImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleLock(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleLockImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleMkcol(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleMkcolImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleMove(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleMoveImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleOptions(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
handleOptionsImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | private |
handlePost(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handlePostImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handlePropfind(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handlePropfindImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleProppatch(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleProppatchImpl(reference< string > href, hash< auto > cx, hash< auto > hdr, *hash< auto > request_xml, *list< hash< PropPatchActionInfo > > actions) | WebDavHandler::AbstractWebDavHandler | pure virtual |
handlePut(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handlePutImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | inline |
handleUnlock(Socket sock, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::WebDavHandlerProxy | |
handleUnlockImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | privatepure virtual |
init(Logger logger, AbstractWebDavPropertyHandler property_handler, string virtual_relative_path_base="/") | WebDavHandler::AbstractWebDavHandler | inline |
logDebug(string fmt) | WebDavHandler::AbstractWebDavHandler | |
logError(string fmt) | WebDavHandler::AbstractWebDavHandler | |
logger | WebDavHandler::AbstractWebDavHandler | private |
logInfo(string fmt) | WebDavHandler::AbstractWebDavHandler | |
MethodList | WebDavHandler::AbstractWebDavHandler | |
moveProperties(string source_url, string target_url) | WebDavHandler::AbstractWebDavHandler | private |
PPA_Remove | WebDavHandler::AbstractWebDavHandler | |
PPA_Set | WebDavHandler::AbstractWebDavHandler | |
preparePropFindXmlResponse(string local_path, string href, bool is_collection, hash< auto > base_props, bool all_props=False, *hash< string, hash< string, bool > > additional_props) | WebDavHandler::AbstractWebDavHandler | inline |
property_handler | WebDavHandler::AbstractWebDavHandler | private |
RequestMethods | WebDavHandler::AbstractWebDavHandler | |
resp400(data msg='Bad Request') | WebDavHandler::AbstractWebDavHandler | |
resp404() | WebDavHandler::AbstractWebDavHandler | |
resp500(data msg='General Server Error') | WebDavHandler::AbstractWebDavHandler | |
resp501() | WebDavHandler::AbstractWebDavHandler | |
response(int response_code=200, data msg='OK') | WebDavHandler::AbstractWebDavHandler | |
response(int response_code=200, hash< auto > hdr) | WebDavHandler::AbstractWebDavHandler | |
setLogger(Logger logger) | WebDavHandler::AbstractWebDavHandler | |
virtual_base_path | WebDavHandler::AbstractWebDavHandler | private |