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 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)