|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodHandler | |
smbdav |
Uses of MethodHandler in smbdav |
Classes in smbdav that implement MethodHandler | |
class |
AbstractHandler
An abstract implementation of the MethodHandler interface. |
class |
DefaultCopyHandler
Default implementation of a handler for requests using the WebDAV COPY method. |
class |
DefaultDeleteHandler
Default implementation of a handler for requests using the HTTP DELETE method. |
class |
DefaultGetHandler
Default implementation of a handler for requests using the HTTP GET method. |
class |
DefaultHeadHandler
Default implementation of a handler for requests using the HTTP HEAD method. |
class |
DefaultLockHandler
Default implementation of a handler for requests using the WebDAV LOCK method. |
class |
DefaultMkcolHandler
Default implementation of a handler for requests using the WebDAV MKCOL method. |
class |
DefaultMoveHandler
Default implementation of a handler for requests using the WebDAV MOVE method. |
class |
DefaultOptionsHandler
Default implementation of a handler for requests using the HTTP OPTIONS method. |
class |
DefaultPostHandler
Default implementation of a handler for requests using the HTTP POST method. |
class |
DefaultPropfindHandler
Default implementation of a handler for requests using the WebDAV PROPFIND method. |
class |
DefaultProppatchHandler
Default implementation of a handler for requests using the WebDAV PROPPATCH method. |
class |
DefaultPutHandler
Default implementation of a handler for requests using the HTTP PUT method. |
class |
DefaultUnlockHandler
Default implementation of a handler for requests using the WebDAV UNLOCK method. |
class |
NotAllowedHandler
Implementation of a handler which explicitly prohibits requests using the HTTP/WebDAV method it is currently handling. |
Methods in smbdav that return MethodHandler | |
protected MethodHandler |
Davenport.getHandler(java.lang.String method)
Returns the MethodHandler for the specified method. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |