Package | Description |
---|---|
com.ithit.webdav.server |
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
|
com.ithit.webdav.server.deltav |
Contains interfaces required by DeltaV compatible servers.
|
com.ithit.webdav.server.exceptions |
Contains exceptions that can be thrown by implementation.
|
com.ithit.webdav.server.resumableupload |
Provides classes for handling resumable upload.
|
com.ithit.webdav.server.synchronization |
Class and Description |
---|
ConflictException
Indicates that operation has failed due to a conflict with
the current state of the hierarchy item.
|
DavException
Base class for all exception thrown inside WebDavEngine.
|
LockedException
Indicates that operation has failed because the source or destination hierarchy item is locked
and client did not provide lock token.
|
MultistatusException
Exception which shall be thrown when status for several items shall be known.
|
PreconditionFailedException
The precondition given by the WebDAV client evaluated to false
when it was tested on the server.
|
ServerException |
Class and Description |
---|
LockedException
Indicates that operation has failed because the source or destination hierarchy item is locked
and client did not provide lock token.
|
ServerException |
Class and Description |
---|
DavException
Base class for all exception thrown inside WebDavEngine.
|
PropStat
Status for a number of properties to be included into multistatus response.
|
Response
Base class for responses to be included into multistatus response.
|
WebDavStatus
Various status to describe operation result for an item.
|
Class and Description |
---|
LockedException
Indicates that operation has failed because the source or destination hierarchy item is locked
and client did not provide lock token.
|
ServerException |
Class and Description |
---|
ServerException |
Copyright © ITHit. All Rights Reserved.