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.serverClasses in org.springframework.boot.actuate.autoconfigure.web.server with type parameters of type ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassWebServerFactoryCustomizerthat customizes theWebServerFactoryused to create the management context's web server.
- 
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.jettySubinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.jettyModifier and TypeInterfaceDescriptioninterfaceConfigurableWebServerFactoryfor Jetty-specific features.Classes in org.springframework.boot.web.embedded.jetty that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createJettyWebServers.classServletWebServerFactorythat can be used to create aJettyWebServer.
- 
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.nettyClasses in org.springframework.boot.web.embedded.netty that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createNettyWebServers.
- 
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.tomcatSubinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.tomcatModifier and TypeInterfaceDescriptioninterfaceConfigurableWebServerFactoryfor Tomcat-specific features.Classes in org.springframework.boot.web.embedded.tomcat that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to create aTomcatWebServer.classAbstractServletWebServerFactorythat can be used to createTomcatWebServers.
- 
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.undertowSubinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.embedded.undertowModifier and TypeInterfaceDescriptioninterfaceConfigurableWebServerFactoryfor Undertow-specific features.Classes in org.springframework.boot.web.embedded.undertow that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createUndertowWebServers.classServletWebServerFactorythat can be used to createUndertowServletWebServers.
- 
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.reactive.serverSubinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.reactive.serverClasses in org.springframework.boot.web.reactive.server that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forReactiveWebServerFactoryimplementations.
- 
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.serverClasses in org.springframework.boot.web.server that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forConfigurableWebServerFactoryimplementations.
- 
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.servlet.serverSubinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.servlet.serverClasses in org.springframework.boot.web.servlet.server that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forConfigurableServletWebServerFactoryimplementations.