Uses of Class
smbdav.AbstractHandler

Packages that use AbstractHandler
smbdav   
 

Uses of AbstractHandler in smbdav
 

Subclasses of AbstractHandler in smbdav
 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.
 



Copyright © 2004 Eric Glass