Uses of Class
org.cryptomator.frontend.webdav.ServerLifecycleException
-
Packages that use ServerLifecycleException Package Description org.cryptomator.frontend.webdav org.cryptomator.frontend.webdav.servlet -
-
Uses of ServerLifecycleException in org.cryptomator.frontend.webdav
Methods in org.cryptomator.frontend.webdav that throw ServerLifecycleException Modifier and Type Method Description voidWebDavServer. start()Starts the WebDAV server.voidWebDavServer. stop()Stops the WebDAV server.voidWebDavServer. terminate()Stops the WebDAV server and shuts down its executor service. -
Uses of ServerLifecycleException in org.cryptomator.frontend.webdav.servlet
Methods in org.cryptomator.frontend.webdav.servlet that throw ServerLifecycleException Modifier and Type Method Description voidWebDavServletController. start()Convenience function to start this servlet.voidWebDavServletController. stop()Convenience function to stop this servlet.
-