| 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 |
|---|---|
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 |
FilteredDavResponse |
| Constructor and Description |
|---|
FilteredDavResponse(DavResponse response,
boolean calcContentLength,
boolean logOutput) |
Copyright © ITHit. All Rights Reserved.