Uses of Enum Class
com.soklet.web.server.ServerLauncher.StoppingStrategy
-
Uses of ServerLauncher.StoppingStrategy in com.soklet.web.server
Modifier 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.Modifier and TypeMethodDescriptionvoid
ServerLauncher.launch
(ServerLauncher.StoppingStrategy stoppingStrategy) void
ServerLauncher.launch
(ServerLauncher.StoppingStrategy stoppingStrategy, ServerLauncher.ServerLifecycleOperation onStartupOperation, ServerLauncher.ServerLifecycleOperation onShutdownOperation) void
ServerLauncher.launchWithShutdownOperation
(ServerLauncher.StoppingStrategy stoppingStrategy, ServerLauncher.ServerLifecycleOperation onShutdownOperation) void
ServerLauncher.launchWithStartupOperation
(ServerLauncher.StoppingStrategy stoppingStrategy, ServerLauncher.ServerLifecycleOperation onStartupOperation)