See: Description
Interface | Description |
---|---|
File |
Represents a file in the WebDAV repository.
|
Folder |
Represents a folder in the WebDAV repository.
|
HierarchyItem |
Represents file or folder in the WebDAV repository.
|
Lock |
Defines methods that WebDAV Class 2 compliant server hierarchy items must implement.
|
Logger |
Is used by WebDAV engine to log messages.
|
MethodHandler |
Represents HTTP method handler.
|
Class | Description |
---|---|
DavContext |
Represents thread safe request/response context.
|
DavRequest |
Represents http request to the WebDAV server.
|
DavResponse |
Represents http response to the WebDAV server.
|
Engine |
Serves as the abstract base class for WebDAV engine.
|
LockInfo |
Serves for exchanging locking information with WebDAV engine.
|
LockResult |
Result of
Lock.lock(boolean, boolean, long, java.lang.String) operation. |
MimeType |
Provides functionality for getting mime type by file extension.
|
Property |
Represents a WebDAV property.
|
RefreshLockResult |
Result of
Lock.refreshLock(java.lang.String, long) operation. |
Copyright © ITHit. All Rights Reserved.