Uses of Enum Class
org.springframework.boot.web.server.Shutdown
Packages that use Shutdown
Package
Description
Reactive web server implementation backed by Netty.
Reactive and servlet web server implementations backed by Tomcat.
Support for embedded web servers.
Classes related to the auto-configuration of a web server.
-
Uses of Shutdown in org.springframework.boot.reactor.netty
Constructors in org.springframework.boot.reactor.netty with parameters of type ShutdownModifierConstructorDescriptionNettyWebServer
(reactor.netty.http.server.HttpServer httpServer, ReactorHttpHandlerAdapter handlerAdapter, @Nullable Duration lifecycleTimeout, @Nullable Shutdown shutdown, @Nullable ReactorResourceFactory resourceFactory) Creates a newNettyWebServer
instance. -
Uses of Shutdown in org.springframework.boot.tomcat
Constructors in org.springframework.boot.tomcat with parameters of type ShutdownModifierConstructorDescriptionTomcatWebServer
(Tomcat tomcat, boolean autoStart, Shutdown shutdown) Create a newTomcatWebServer
instance. -
Uses of Shutdown in org.springframework.boot.web.server
Subclasses with type arguments of type Shutdown in org.springframework.boot.web.serverMethods in org.springframework.boot.web.server that return ShutdownModifier and TypeMethodDescriptionAbstractConfigurableWebServerFactory.getShutdown()
Returns the shutdown configuration that will be applied to the server.static Shutdown
Returns the enum constant of this class with the specified name.static Shutdown[]
Shutdown.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.boot.web.server with parameters of type ShutdownModifier and TypeMethodDescriptionvoid
AbstractConfigurableWebServerFactory.setShutdown
(Shutdown shutdown) default void
ConfigurableWebServerFactory.setShutdown
(Shutdown shutdown) Sets the shutdown configuration that will be applied to the server. -
Uses of Shutdown in org.springframework.boot.web.server.autoconfigure
Methods in org.springframework.boot.web.server.autoconfigure that return ShutdownMethods in org.springframework.boot.web.server.autoconfigure with parameters of type Shutdown