Package | Description |
---|---|
com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
com.ithit.webdav.server.exceptions |
Contains exceptions that can be thrown by implementation.
|
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 |
ConflictException
Indicates that operation has failed due to a conflict with
the current state of the hierarchy item.
|
class |
FailedDependencyException
Means that operation could not be performed on the hierarchy item because
the requested action depended on another action and that action failed.
|
class |
LockedException
Indicates that operation has failed because the source or destination hierarchy item is locked
and client did not provide lock token.
|
class |
MultistatusException
Exception which shall be thrown when status for several items shall be known.
|
class |
PreconditionFailedException
The precondition given by the WebDAV client evaluated to false
when it was tested on the server.
|
class |
ServerException |
Copyright © ITHit. All Rights Reserved.