Package com.ithit.webdav.server
package com.ithit.webdav.server
Contains interfaces required by Class 1 and Class 2 compliant WebDAV implementations.
Related Documentation
WebDAV RFC (4918)-
ClassDescriptionRepresents thread safe request/response context.Represents http request to the WebDAV server.Represents http response to the WebDAV server.Serves as the abstract base class for WebDAV engine.Represents a file in the WebDAV repository.Represents a folder in the WebDAV repository.Represents file or folder in the WebDAV repository.Defines methods that WebDAV Class 2 compliant server hierarchy items must implement.Serves for exchanging locking information with WebDAV engine.Result of
Lock.lock(boolean, boolean, long, java.lang.String)
operation.Is used by WebDAV engine to log messages.Represents HTTP method handler.Provides functionality for getting mime type by file extension.Represents a WebDAV property.Result ofLock.refreshLock(java.lang.String, long)
operation.