Uses of Class
org.cryptomator.frontend.webdav.servlet.WebDavServletController
Packages that use WebDavServletController
Package
Description
-
Uses of WebDavServletController in org.cryptomator.frontend.webdav
Methods in org.cryptomator.frontend.webdav that return WebDavServletControllerModifier and TypeMethodDescriptionWebDavServer.createWebDavServlet(Path rootPath, String contextPath) Creates a new WebDAV servlet (without starting it yet). -
Uses of WebDavServletController in org.cryptomator.frontend.webdav.mount
Fields in org.cryptomator.frontend.webdav.mount declared as WebDavServletControllerMethods in org.cryptomator.frontend.webdav.mount with parameters of type WebDavServletControllerModifier and TypeMethodDescriptionprotected abstract org.cryptomator.integrations.mount.MountAbstractMountBuilder.mount(WebDavServerHandle serverHandle, WebDavServletController servlet, URI uri) Constructors in org.cryptomator.frontend.webdav.mount with parameters of type WebDavServletControllerModifierConstructorDescriptionAbstractMount(WebDavServerHandle serverHandle, WebDavServletController servlet) -
Uses of WebDavServletController in org.cryptomator.frontend.webdav.servlet
Methods in org.cryptomator.frontend.webdav.servlet that return WebDavServletControllerModifier and TypeMethodDescriptionstatic WebDavServletControllerWebDavServletFactory.createServletController(Path rootPath, String untrimmedContextPath, org.eclipse.jetty.server.ServerConnector serverConnector, org.eclipse.jetty.server.handler.ContextHandlerCollection contextHandlerCollection, ContextPathRegistry contextPathRegistry)