Interface Method
public interface Method
- Author:
- Brian Wing Shun Chan, Alexander Chow
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
process
(WebDAVRequest webDAVRequest) Returns -1 or a supported HTTP status code.
-
Field Details
-
COPY
- See Also:
-
DELETE
- See Also:
-
GET
- See Also:
-
HEAD
- See Also:
-
LOCK
- See Also:
-
MKCOL
- See Also:
-
MOVE
- See Also:
-
OPTIONS
- See Also:
-
PROPFIND
- See Also:
-
PROPPATCH
- See Also:
-
PUT
- See Also:
-
SUPPORTED_METHOD_NAMES
-
UNLOCK
- See Also:
-
-
Method Details
-
process
Returns -1 or a supported HTTP status code. If it is -1, then the status code has already been set. Otherwise, the status code needs to be set by the caller.- Parameters:
webDAVRequest
- the WebDAV request- Returns:
- -1 or a supported HTTP status code. If it is -1, then the status code has already been set. Otherwise, the status code needs to be set by the caller.
- Throws:
WebDAVException
-