Uses of Class
com.ithit.webdav.server.DavRequest
Packages that use DavRequest
Package
Description
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
-
Uses of DavRequest in com.ithit.webdav.server
Methods in com.ithit.webdav.server that return DavRequestModifier and TypeMethodDescriptionstatic DavRequest
DavContext.currentRequest()
Return the DavRequest currently bound to the thread.Methods in com.ithit.webdav.server with parameters of type DavRequestModifier and TypeMethodDescriptionEngine.getClientLockTokens
(DavRequest request) Deprecated.As of Engine version > 3.0.2114.void
MethodHandler.processRequest
(DavRequest request, DavResponse response, HierarchyItem item) Enables processing of HTTP Web requests by a custom handler.void
Engine.service
(DavRequest davRequest, DavResponse davResponse) Handles request.