Uses of Enum Class
org.springframework.boot.web.server.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
-
Uses of Shutdown in org.springframework.boot.web.embedded.netty
Modifier and TypeMethodDescriptionvoid
NettyReactiveWebServerFactory.setShutdown
(Shutdown shutdown) ModifierConstructorDescriptionNettyWebServer
(reactor.netty.http.server.HttpServer httpServer, ReactorHttpHandlerAdapter handlerAdapter, Duration lifecycleTimeout, Shutdown shutdown) -
Uses of Shutdown in org.springframework.boot.web.embedded.tomcat
ModifierConstructorDescriptionTomcatWebServer
(Tomcat tomcat, boolean autoStart, Shutdown shutdown) Create a newTomcatWebServer
instance. -
Uses of Shutdown in org.springframework.boot.web.server
Modifier 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.Modifier and TypeMethodDescriptionvoid
AbstractConfigurableWebServerFactory.setShutdown
(Shutdown shutdown) default void
ConfigurableWebServerFactory.setShutdown
(Shutdown shutdown) Sets the shutdown configuration that will be applied to the server.