Class WebDavServletController

java.lang.Object
org.cryptomator.frontend.webdav.servlet.WebDavServletController

public class WebDavServletController extends Object
  • Method Details

    • start

      public void start() throws ServerLifecycleException
      Convenience function to start this servlet.
      Throws:
      ServerLifecycleException - If the servlet could not be started for any unexpected reason.
    • stop

      public void stop() throws ServerLifecycleException
      Convenience function to stop this servlet.
      Throws:
      ServerLifecycleException - If the servlet could not be stopped for any unexpected reason.
    • getServletRootUri

      public URI getServletRootUri()
      Returns:
      A new http URI constructed from the servers bind addr and port as well as this servlet's contextPath.