Qore xml Module 1.8.0
Loading...
Searching...
No Matches
WebDavHandler::WebDavHandlerProxy Member List

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

AllowHeaderValueWebDavHandler::AbstractWebDavHandler
checkAuth(string method, hash< auto > cx, hash< auto > hdr, *data body)WebDavHandler::AbstractWebDavHandlerprivate
combineValue(reference< auto > h, auto v)WebDavHandler::AbstractWebDavHandlerstatic
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::AbstractWebDavHandlerprivate
deleteProperties(string source_url)WebDavHandler::AbstractWebDavHandlerprivate
DestMethodsWebDavHandler::AbstractWebDavHandler
getHttpMethods()WebDavHandler::AbstractWebDavHandler
getRealPath(string raw_path)WebDavHandler::AbstractWebDavHandlerprivate
getRelativePath(string raw_path)WebDavHandler::AbstractWebDavHandler
getStatusMessage(softstring http_code)WebDavHandler::AbstractWebDavHandlerprivate
getXml(string body)WebDavHandler::AbstractWebDavHandlerprivate
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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivate
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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerprivatepure 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::AbstractWebDavHandlerpure 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::AbstractWebDavHandlerprivatepure virtual
handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body)WebDavHandler::AbstractWebDavHandlerinline
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::AbstractWebDavHandlerprivatepure virtual
init(Logger logger, AbstractWebDavPropertyHandler property_handler, string virtual_relative_path_base="/")WebDavHandler::AbstractWebDavHandlerinline
logDebug(string fmt)WebDavHandler::AbstractWebDavHandler
logError(string fmt)WebDavHandler::AbstractWebDavHandler
loggerWebDavHandler::AbstractWebDavHandlerprivate
logInfo(string fmt)WebDavHandler::AbstractWebDavHandler
MethodListWebDavHandler::AbstractWebDavHandler
moveProperties(string source_url, string target_url)WebDavHandler::AbstractWebDavHandlerprivate
PPA_RemoveWebDavHandler::AbstractWebDavHandler
PPA_SetWebDavHandler::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::AbstractWebDavHandlerinline
property_handlerWebDavHandler::AbstractWebDavHandlerprivate
RequestMethodsWebDavHandler::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_pathWebDavHandler::AbstractWebDavHandlerprivate