Uses of Interface
org.springframework.boot.web.server.ConfigurableWebServerFactory
Packages that use ConfigurableWebServerFactory
Package
Description
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.
Support for embedded web servers.
Reactive web server abstractions.
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 TypeClassDescriptionclassWebServerFactoryCustomizerthat customizes theWebServerFactoryused 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 TypeInterfaceDescriptioninterfaceConfigurableWebServerFactoryfor 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 TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createJettyWebServers. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.jetty.servlet
Classes in org.springframework.boot.jetty.servlet that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassServletWebServerFactorythat 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 TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createNettyWebServers. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.tomcat
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.tomcatModifier and TypeInterfaceDescriptioninterfaceConfigurableWebServerFactoryfor 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 TypeClassDescriptionclassReactiveWebServerFactorythat 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 TypeClassDescriptionclassConfigurableServletWebServerFactorythat can be used to createTomcatWebServers. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.server
Classes in org.springframework.boot.web.server that implement ConfigurableWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forConfigurableWebServerFactoryimplementations. -
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 TypeClassDescriptionclassAbstract base class forReactiveWebServerFactoryimplementations. -
Uses of ConfigurableWebServerFactory in org.springframework.boot.web.server.servlet
Subinterfaces of ConfigurableWebServerFactory in org.springframework.boot.web.server.servlet