Uses of Interface
org.springframework.boot.web.server.ConfigurableWebServerFactory
Packages that use ConfigurableWebServerFactory
Package
Description
Actuator web server support.
Embedded reactive and servlet web server implementations backed by Jetty.
Embedded reactive web server implementation backed by Netty.
Embedded reactive and servlet web server implementations backed by Tomcat.
Embedded reactive and servlet web server implementations backed by Undertow.
Reactive web server abstractions.
Support for embedded web servers.
Servlet web server abstractions.
-
Uses of ConfigurableWebServerFactory in org.springframework.boot.actuate.autoconfigure.web.server
Classes in org.springframework.boot.actuate.autoconfigure.web.server with type parameters of type ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
WebServerFactoryCustomizer
that customizes theWebServerFactory
used to create the management context's web server. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.jetty
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.jettyModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Jetty-specific features.Classes in org.springframework.boot.web.embedded.jetty that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createJettyWebServer
s.class
ServletWebServerFactory
that can be used to create aJettyWebServer
. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.netty
Classes in org.springframework.boot.web.embedded.netty that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createNettyWebServer
s. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.tomcat
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.tomcatModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Tomcat-specific features.Classes in org.springframework.boot.web.embedded.tomcat that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
.class
AbstractServletWebServerFactory
that can be used to createTomcatWebServer
s. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.undertow
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.undertowModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Undertow-specific features.Classes in org.springframework.boot.web.embedded.undertow that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s.class
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.reactive.server
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.reactive.serverClasses in org.springframework.boot.web.reactive.server that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
Abstract base class forReactiveWebServerFactory
implementations. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.server
Classes in org.springframework.boot.web.server that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
Abstract base class forConfigurableWebServerFactory
implementations. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.servlet.server
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.servlet.serverClasses in org.springframework.boot.web.servlet.server that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
Abstract base class forConfigurableServletWebServerFactory
implementations.