org.openharmonise.webdav.client |
Provides classes for directly accessing WebDAV servers and a WebDAV implementation
of a VirtualFileSystem and the related classes. WebDAV method objects can be executed
directly on a WebDAVConnection or the WebDAVFileSystem can be used to wrap all WebDAV
specific handling behind an AbstractVirtualFileSystem.
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:
|
Java Source File Name | Type | Comment |
AbstractWebDAVMethod.java | Class | This class provides the common functionality amongst all WebDAV
methods. |
MultiStatusResponse.java | Class | This class contains all the methods for creating and dealing with
a WebDAV MultiStatus Response. |
StatusMapping.java | Class | |
VFSStatusWebDAV.java | Class | |
WebDAVConnection.java | Class | Extending the HTTPConnection from the HTTPClient this class
simply provides the execute method to take in and translate AbstractWebDAVMethods. |
WebDAVFileSystem.java | Class | WebDAV implementation of the VirtualFileSystem. |
WebDAVFileSystemView.java | Class | WebDAV implementation of the VirtualFileSystemView. |
WebDAVResponse.java | Class | Wraps up all the data and methods for dealing with
WebDAV Responses. |