| Package | Description |
|---|---|
| com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
| com.ithit.webdav.server.http |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
Engine.getClientLockTokens(DavRequest request)
Gets the array of lock tokens submitted by client.
|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FilteredDavRequest |
| Constructor and Description |
|---|
FilteredDavRequest(DavRequest request,
boolean logInput) |
Copyright © ITHit. All Rights Reserved.