Uses of Interface
org.springframework.boot.web.server.ConfigurableWebServerFactory
Packages that use ConfigurableWebServerFactory
Package
Description
Configuration for a WebFlux-based management context.
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 ConfigurableWebServerFactory in org.springframework.boot.actuate.autoconfigure.web.reactive
Methods in org.springframework.boot.actuate.autoconfigure.web.reactive that return types with arguments of type ConfigurableWebServerFactoryModifier and TypeMethodDescriptionReactiveManagementChildContextConfiguration.reactiveManagementWebServerFactoryCustomizer
(ListableBeanFactory beanFactory) -
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.jetty
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.jettyModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Jetty-specific features.Classes in org.springframework.boot.jetty that implement ConfigurableWebServerFactory -
Uses of ConfigurableWebServerFactory in org.springframework.boot.jetty.reactive
Classes in org.springframework.boot.jetty.reactive that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createJettyWebServer
s. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to create aJettyWebServer
. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.reactor.netty
Classes in org.springframework.boot.reactor.netty that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createNettyWebServer
s. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.tomcat
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.tomcatModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Tomcat-specific features.Classes in org.springframework.boot.tomcat that implement ConfigurableWebServerFactory -
Uses of ConfigurableWebServerFactory in org.springframework.boot.tomcat.reactive
Classes in org.springframework.boot.tomcat.reactive that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.tomcat.servlet
Classes in org.springframework.boot.tomcat.servlet that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ConfigurableServletWebServerFactory
that can be used to createTomcatWebServer
s. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.undertow
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.undertowModifier and TypeInterfaceDescriptioninterface
ConfigurableWebServerFactory
for Undertow-specific features.Classes in org.springframework.boot.undertow that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
Base class for factories that produce anUndertowWebServer
. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.undertow.reactive
Classes in org.springframework.boot.undertow.reactive that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.undertow.servlet
Classes in org.springframework.boot.undertow.servlet that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s. -
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.server.reactive
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.server.reactiveClasses in org.springframework.boot.web.server.reactive that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclass
Abstract base class forReactiveWebServerFactory
implementations. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.server.servlet
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.server.servlet