Uses of Interface
org.springframework.boot.web.server.WebServer
Packages that use WebServer
Package
Description
Web integrations with Spring's
ApplicationContext
.Reactive based web integrations with Spring's
ApplicationContext
.Reactive and servlet web server implementations backed by Jetty.
Reactive web server abstractions.
Reactive web server implementation backed by Jetty.
Reactive web server implementation backed by Netty.
Reactive web server implementation backed by Tomcat.
Reactive web server implementation backed by Undertow.
Servlet web server abstractions.
Servlet web server implementation backed by Jetty.
Servlet web server implementation backed by Tomcat.
Servlet web server implementation backed by Undertow.
Reactive and servlet web server implementations backed by Tomcat.
Reactive and servlet web server implementations backed by Undertow.
Servlet based web integrations with Spring's
WebApplicationContext
.-
Uses of WebServer in org.springframework.boot.web.context
Methods in org.springframework.boot.web.context that return WebServerModifier and TypeMethodDescriptionWebServerInitializedEvent.getSource()
Access the source of the event (anWebServer
).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.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.reactive.context
Methods in org.springframework.boot.web.reactive.context that return WebServerModifier and TypeMethodDescriptionReactiveWebServerApplicationContext.getWebServer()
Returns theWebServer
that was created by the context ornull
if the server has not yet been created.Constructors in org.springframework.boot.web.reactive.context with parameters of type WebServerModifierConstructorDescriptionReactiveWebServerInitializedEvent
(WebServer webServer, ReactiveWebServerApplicationContext applicationContext) -
Uses of WebServer in org.springframework.boot.web.server.jetty
Classes in org.springframework.boot.web.server.jetty that implement 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.jetty
Methods in org.springframework.boot.web.server.reactive.jetty that return WebServerModifier and TypeMethodDescriptionJettyReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) -
Uses of WebServer in org.springframework.boot.web.server.reactive.netty
Classes in org.springframework.boot.web.server.reactive.netty that implement WebServerModifier and TypeClassDescriptionclass
WebServer
that can be used to control a Reactor Netty web server.Methods in org.springframework.boot.web.server.reactive.netty that return WebServerModifier and TypeMethodDescriptionNettyReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) -
Uses of WebServer in org.springframework.boot.web.server.reactive.tomcat
Methods in org.springframework.boot.web.server.reactive.tomcat that return WebServerModifier and TypeMethodDescriptionTomcatReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) -
Uses of WebServer in org.springframework.boot.web.server.reactive.undertow
Methods in org.springframework.boot.web.server.reactive.undertow that return WebServerModifier and TypeMethodDescriptionUndertowReactiveWebServerFactory.getWebServer
(HttpHandler httpHandler) -
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.jetty
Classes in org.springframework.boot.web.server.servlet.jetty that implement WebServerMethods in org.springframework.boot.web.server.servlet.jetty that return WebServerModifier and TypeMethodDescriptionJettyServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) -
Uses of WebServer in org.springframework.boot.web.server.servlet.tomcat
Methods in org.springframework.boot.web.server.servlet.tomcat that return WebServerModifier and TypeMethodDescriptionTomcatServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) -
Uses of WebServer in org.springframework.boot.web.server.servlet.undertow
Classes in org.springframework.boot.web.server.servlet.undertow that implement WebServerModifier and TypeClassDescriptionclass
WebServer
that can be used to control an embedded Undertow server.Methods in org.springframework.boot.web.server.servlet.undertow that return WebServerModifier and TypeMethodDescriptionUndertowServletWebServerFactory.getWebServer
(ServletContextInitializer... initializers) -
Uses of WebServer in org.springframework.boot.web.server.tomcat
Classes in org.springframework.boot.web.server.tomcat that implement WebServerModifier and TypeClassDescriptionclass
WebServer
that can be used to control a Tomcat web server. -
Uses of WebServer in org.springframework.boot.web.server.undertow
Classes in org.springframework.boot.web.server.undertow that implement WebServerModifier and TypeClassDescriptionclass
WebServer
that can be used to control an Undertow web server. -
Uses of WebServer in org.springframework.boot.web.servlet.context
Methods in org.springframework.boot.web.servlet.context that return WebServerModifier and TypeMethodDescriptionServletWebServerApplicationContext.getWebServer()
Returns theWebServer
that was created by the context ornull
if the server has not yet been created.Constructors in org.springframework.boot.web.servlet.context with parameters of type WebServerModifierConstructorDescriptionServletWebServerInitializedEvent
(WebServer webServer, ServletWebServerApplicationContext applicationContext)