Uses of Enum Class
com.soklet.web.server.ServerLauncher.StoppingStrategy
Packages that use ServerLauncher.StoppingStrategy
-
Uses of ServerLauncher.StoppingStrategy in com.soklet.web.server
Methods in com.soklet.web.server that return ServerLauncher.StoppingStrategyModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ServerLauncher.StoppingStrategy[]ServerLauncher.StoppingStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.soklet.web.server with parameters of type ServerLauncher.StoppingStrategyModifier and TypeMethodDescriptionvoidServerLauncher.launch(ServerLauncher.StoppingStrategy stoppingStrategy) voidServerLauncher.launch(ServerLauncher.StoppingStrategy stoppingStrategy, ServerLauncher.ServerLifecycleOperation onStartupOperation, ServerLauncher.ServerLifecycleOperation onShutdownOperation) voidServerLauncher.launchWithShutdownOperation(ServerLauncher.StoppingStrategy stoppingStrategy, ServerLauncher.ServerLifecycleOperation onShutdownOperation) voidServerLauncher.launchWithStartupOperation(ServerLauncher.StoppingStrategy stoppingStrategy, ServerLauncher.ServerLifecycleOperation onStartupOperation)