Uses of Interface
org.springframework.boot.web.server.WebServerFactory
Packages that use WebServerFactory
Package
Description
Core classes for auto-configuration of actuator web concerns.
Actuator web server support.
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.
Reactive and servlet web server implementations backed by Undertow.
Reactive web server implementation backed by Undertow.
Servlet web server implementation backed by Undertow.
Support for embedded web servers.
Reactive web server abstractions.
Servlet web server abstractions.
-
Uses of WebServerFactory in org.springframework.boot.actuate.autoconfigure.web
Constructor parameters in org.springframework.boot.actuate.autoconfigure.web with type arguments of type WebServerFactoryModifierConstructorDescriptionManagementContextFactory
(WebApplicationType webApplicationType, Class<? extends WebServerFactory> webServerFactoryClass, Class<?>... autoConfigurationClasses) -
Uses of WebServerFactory in org.springframework.boot.actuate.autoconfigure.web.server
Classes in org.springframework.boot.actuate.autoconfigure.web.server with type parameters of type WebServerFactoryModifier and TypeClassDescriptionclass
AccessLogCustomizer<T extends WebServerFactory>
Base class for aWebServerFactoryCustomizer
that customizes the web server's access log. -
Uses of WebServerFactory in org.springframework.boot.jetty
Subinterfaces of WebServerFactory in org.springframework.boot.jettyModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Jetty-specific features.Classes in org.springframework.boot.jetty that implement WebServerFactory -
Uses of WebServerFactory in org.springframework.boot.jetty.reactive
Classes in org.springframework.boot.jetty.reactive that implement WebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createJettyWebServer
s. -
Uses of WebServerFactory in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement WebServerFactoryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to create aJettyWebServer
. -
Uses of WebServerFactory in org.springframework.boot.reactor.netty
Classes in org.springframework.boot.reactor.netty that implement WebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createNettyWebServer
s. -
Uses of WebServerFactory in org.springframework.boot.tomcat
Subinterfaces of WebServerFactory in org.springframework.boot.tomcatModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Tomcat-specific features.Classes in org.springframework.boot.tomcat that implement WebServerFactory -
Uses of WebServerFactory in org.springframework.boot.tomcat.reactive
Classes in org.springframework.boot.tomcat.reactive that implement WebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
. -
Uses of WebServerFactory in org.springframework.boot.tomcat.servlet
Classes in org.springframework.boot.tomcat.servlet that implement WebServerFactoryModifier and TypeClassDescriptionclass
ConfigurableServletWebServerFactory
that can be used to createTomcatWebServer
s. -
Uses of WebServerFactory in org.springframework.boot.undertow
Subinterfaces of WebServerFactory in org.springframework.boot.undertowModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Undertow-specific features.Classes in org.springframework.boot.undertow that implement WebServerFactoryModifier and TypeClassDescriptionclass
Base class for factories that produce anUndertowWebServer
. -
Uses of WebServerFactory in org.springframework.boot.undertow.reactive
Classes in org.springframework.boot.undertow.reactive that implement WebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s. -
Uses of WebServerFactory in org.springframework.boot.undertow.servlet
Classes in org.springframework.boot.undertow.servlet that implement WebServerFactoryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s. -
Uses of WebServerFactory in org.springframework.boot.web.server
Classes in org.springframework.boot.web.server with type parameters of type WebServerFactoryModifier and TypeInterfaceDescriptioninterface
WebServerFactoryCustomizer<T extends WebServerFactory>
Strategy interface for customizingweb server factories
.Subinterfaces of WebServerFactory in org.springframework.boot.web.serverClasses in org.springframework.boot.web.server that implement WebServerFactoryModifier and TypeClassDescriptionclass
Abstract base class forConfigurableWebServerFactory
implementations. -
Uses of WebServerFactory in org.springframework.boot.web.server.reactive
Subinterfaces of WebServerFactory in org.springframework.boot.web.server.reactiveModifier and TypeInterfaceDescriptioninterface
ConfigurableReactiveWebServerFactory
.interface
Factory interface that can be used to create a reactiveWebServer
.Classes in org.springframework.boot.web.server.reactive that implement WebServerFactoryModifier and TypeClassDescriptionclass
Abstract base class forReactiveWebServerFactory
implementations. -
Uses of WebServerFactory in org.springframework.boot.web.server.servlet
Subinterfaces of WebServerFactory in org.springframework.boot.web.server.servletModifier and TypeInterfaceDescriptioninterface
A configurableServletWebServerFactory
.interface
Factory interface that can be used to create aWebServer
.