Package | Description |
---|---|
com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
Modifier and Type | Method and Description |
---|---|
static DavRequest |
DavContext.currentRequest()
Return the DavRequest currently bound to the thread.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
Engine.getClientLockTokens(DavRequest request)
Deprecated.
As of Engine version > 3.0.2114. Moved to
getClientLockTokens() |
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.
|
Copyright © ITHit. All Rights Reserved.