Uses of Enum Class
org.springframework.boot.web.server.Shutdown
Packages that use Shutdown
Package
Description
Auto-configuration for common web concerns.
Embedded reactive web server implementation backed by Netty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Support for embedded web servers.
-
Uses of Shutdown in org.springframework.boot.autoconfigure.web
Methods in org.springframework.boot.autoconfigure.web that return ShutdownMethods in org.springframework.boot.autoconfigure.web with parameters of type Shutdown -
Uses of Shutdown in org.springframework.boot.web.embedded.netty
Methods in org.springframework.boot.web.embedded.netty that return ShutdownMethods in org.springframework.boot.web.embedded.netty with parameters of type ShutdownModifier and TypeMethodDescriptionvoid
NettyReactiveWebServerFactory.setShutdown
(Shutdown shutdown) Constructors in org.springframework.boot.web.embedded.netty with parameters of type ShutdownModifierConstructorDescriptionNettyWebServer
(reactor.netty.http.server.HttpServer httpServer, ReactorHttpHandlerAdapter handlerAdapter, Duration lifecycleTimeout, Shutdown shutdown) Deprecated, for removal: This API element is subject to removal in a future version.NettyWebServer
(reactor.netty.http.server.HttpServer httpServer, ReactorHttpHandlerAdapter handlerAdapter, Duration lifecycleTimeout, Shutdown shutdown, ReactorResourceFactory resourceFactory) Creates a newNettyWebServer
instance. -
Uses of Shutdown in org.springframework.boot.web.embedded.tomcat
Constructors in org.springframework.boot.web.embedded.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
Methods 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.
NettyWebServer(HttpServer, ReactorHttpHandlerAdapter, Duration, Shutdown, ReactorResourceFactory)