Class WebDavProtocolHelper


  • public class WebDavProtocolHelper
    extends ProtocolHelper
    Protocol helper for the WEBDAV protocol.
    Author:
    Thierry Boileau
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerMethods()
      Register all supported methods.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WebDavProtocolHelper

        public WebDavProtocolHelper()
    • Method Detail

      • registerMethods

        public void registerMethods()
        Description copied from class: ProtocolHelper
        Register all supported methods. The implementation relies on the Method.register(org.restlet.data.Method) method.
        Specified by:
        registerMethods in class ProtocolHelper