|  | Qore xml Module
    1.8.0
    | 
This is the complete list of members for WebDavHandler::FsWebDavHandler, including all inherited members.
| AllowHeaderValue | WebDavHandler::AbstractWebDavHandler | |
| basePath | WebDavHandler::FsWebDavHandler | private | 
| BlockSize | WebDavHandler::FsWebDavHandler | private | 
| checkAuth(string method, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | private | 
| combineValue(reference< auto > h, auto v) | WebDavHandler::AbstractWebDavHandler | static | 
| constructor(string path, *HttpServer::AbstractAuthenticator auth) | WebDavHandler::FsWebDavHandler | |
| constructor(string path, *HttpServer::AbstractAuthenticator auth, string virtual_relative_path_base) | WebDavHandler::FsWebDavHandler | |
| constructor(string path, *HttpServer::AbstractAuthenticator auth, AbstractWebDavPropertyHandler property_handler, string virtual_relative_path_base="/") | WebDavHandler::FsWebDavHandler | |
| constructor(string path, *HttpServer::AbstractAuthenticator auth, Logger logger, AbstractWebDavPropertyHandler property_handler=new InMemoryWebDavPropertyHandler(), string virtual_relative_path_base="/") | WebDavHandler::FsWebDavHandler | inline | 
| 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 | |
| getContentType(string filePath) | WebDavHandler::FsWebDavHandler | private | 
| getHttpMethods() | WebDavHandler::AbstractWebDavHandler | |
| getRealPath(string raw_path) | WebDavHandler::FsWebDavHandler | private | 
| getRelativePath(string raw_path) | WebDavHandler::AbstractWebDavHandler | |
| getStatusMessage(softstring http_code) | WebDavHandler::AbstractWebDavHandler | private | 
| getXml(string body) | WebDavHandler::AbstractWebDavHandler | private | 
| handleCopy(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleCopyImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleDelete(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleDeleteImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleGet(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleGetImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleHead(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleHeadImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleLock(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleLockImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleMkcol(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleMkcolImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleMove(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleMoveImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| 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 s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handlePostImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handlePropfind(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handlePropfindImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleProppatch(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleProppatchImpl(reference< string > href, hash< auto > cx, hash< auto > hdr, *hash< auto > request_xml, *list< hash< PropPatchActionInfo >> actions) | WebDavHandler::FsWebDavHandler | inlinevirtual | 
| handlePut(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handlePutImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| handleRequest(HttpListenerInterface listener, Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | inline | 
| handleUnlock(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::AbstractWebDavHandler | |
| handleUnlockImpl(Socket s, hash< auto > cx, hash< auto > hdr, *data body) | WebDavHandler::FsWebDavHandler | privatevirtual | 
| hstat2Resource(string path, string displayname, hash< StatInfo > h) | WebDavHandler::FsWebDavHandler | private | 
| init(string path) | WebDavHandler::FsWebDavHandler | private | 
| WebDavHandler::AbstractWebDavHandler::init(Logger logger, AbstractWebDavPropertyHandler property_handler, string virtual_relative_path_base="/") | WebDavHandler::AbstractWebDavHandler | inline | 
| IoTimeout | WebDavHandler::FsWebDavHandler | private | 
| 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 | |
| verifyPropertyUpdates(string path, *list< hash< PropPatchActionInfo >> actions) | WebDavHandler::FsWebDavHandler | private | 
| virtual_base_path | WebDavHandler::AbstractWebDavHandler | private |