Uses of Interface
org.springframework.boot.web.server.WebServer
Packages that use WebServer
Package
Description
Reactive and servlet web server implementations backed by Jetty.
Reactive web server implementation backed by Jetty.
Servlet web server implementation backed by Jetty.
Reactive web server implementation backed by Netty.
Reactive and servlet web server implementations backed by Tomcat.
Reactive web server implementation backed by Tomcat.
Servlet web server implementation backed by Tomcat.
Web integrations with Spring's
ApplicationContext
.Reactive web server abstractions.
Reactive web server based integrations with Spring's
ApplicationContext
.Servlet web server abstractions.
Servlet web server based web integrations with Spring's
WebApplicationContext
.-
Uses of WebServer in org.springframework.boot.jetty
Classes in org.springframework.boot.jetty that implement WebServer -
Uses of WebServer in org.springframework.boot.jetty.reactive
Methods in org.springframework.boot.jetty.reactive that return WebServerModifier and TypeMethodDescriptionJettyReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) -
Uses of WebServer in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement WebServerMethods in org.springframework.boot.jetty.servlet that return WebServerModifier and TypeMethodDescriptionJettyServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) -
Uses of WebServer in org.springframework.boot.reactor.netty
Classes in org.springframework.boot.reactor.netty that implement WebServerModifier and TypeClassDescriptionclass
WebServer
that can be used to control a Reactor Netty web server.Methods in org.springframework.boot.reactor.netty that return WebServerModifier and TypeMethodDescriptionNettyReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) -
Uses of WebServer in org.springframework.boot.tomcat
Classes in org.springframework.boot.tomcat that implement WebServerModifier and TypeClassDescriptionclass
WebServer
that can be used to control a Tomcat web server. -
Uses of WebServer in org.springframework.boot.tomcat.reactive
Methods in org.springframework.boot.tomcat.reactive that return WebServerModifier and TypeMethodDescriptionTomcatReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) -
Uses of WebServer in org.springframework.boot.tomcat.servlet
Methods in org.springframework.boot.tomcat.servlet that return WebServerModifier and TypeMethodDescriptionTomcatServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) -
Uses of WebServer in org.springframework.boot.web.server.context
Methods in org.springframework.boot.web.server.context that return WebServerModifier and TypeMethodDescriptionWebServerInitializedEvent.getSource()
Access the source of the event (anWebServer
).@Nullable WebServer
WebServerApplicationContext.getWebServer()
Returns theWebServer
that was created by the context ornull
if the server has not yet been created.WebServerInitializedEvent.getWebServer()
Access theWebServer
.Constructors in org.springframework.boot.web.server.context with parameters of type WebServerModifierConstructorDescriptionWebServerGracefulShutdownLifecycle
(WebServer webServer) Creates a newWebServerGracefulShutdownLifecycle
that will gracefully shut down the givenwebServer
.protected
WebServerInitializedEvent
(WebServer webServer) -
Uses of WebServer in org.springframework.boot.web.server.reactive
Methods in org.springframework.boot.web.server.reactive that return WebServerModifier and TypeMethodDescriptionReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) Gets a new fully configured but pausedWebServer
instance. -
Uses of WebServer in org.springframework.boot.web.server.reactive.context
Methods in org.springframework.boot.web.server.reactive.context that return WebServerModifier and TypeMethodDescription@Nullable WebServer
ReactiveWebServerApplicationContext.getWebServer()
Returns theWebServer
that was created by the context ornull
if the server has not yet been created.Constructors in org.springframework.boot.web.server.reactive.context with parameters of type WebServerModifierConstructorDescriptionReactiveWebServerInitializedEvent
(WebServer webServer, ReactiveWebServerApplicationContext applicationContext) -
Uses of WebServer in org.springframework.boot.web.server.servlet
Methods in org.springframework.boot.web.server.servlet that return WebServerModifier and TypeMethodDescriptionServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) Gets a new fully configured but pausedWebServer
instance. -
Uses of WebServer in org.springframework.boot.web.server.servlet.context
Methods in org.springframework.boot.web.server.servlet.context that return WebServerModifier and TypeMethodDescription@Nullable WebServer
ServletWebServerApplicationContext.getWebServer()
Returns theWebServer
that was created by the context ornull
if the server has not yet been created.Constructors in org.springframework.boot.web.server.servlet.context with parameters of type WebServerModifierConstructorDescriptionServletWebServerInitializedEvent
(WebServer webServer, ServletWebServerApplicationContext applicationContext)