Uses of Interface
org.cryptomator.frontend.webdav.WebDavServerHandle
Packages that use WebDavServerHandle
-
Uses of WebDavServerHandle in org.cryptomator.frontend.webdav
Methods in org.cryptomator.frontend.webdav that return WebDavServerHandleModifier and TypeMethodDescriptionstatic WebDavServerHandleWebDavServerManager.getOrCreateServer(int port) -
Uses of WebDavServerHandle in org.cryptomator.frontend.webdav.mount
Fields in org.cryptomator.frontend.webdav.mount declared as WebDavServerHandleMethods in org.cryptomator.frontend.webdav.mount with parameters of type WebDavServerHandleModifier 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 WebDavServerHandleModifierConstructorDescriptionAbstractMount(WebDavServerHandle serverHandle, WebDavServletController servlet)