Uses of Interface
org.springframework.boot.web.reactive.server.ConfigurableReactiveWebServerFactory
Packages that use ConfigurableReactiveWebServerFactory
Package
Description
Auto-configuration for reactive web servers and Spring WebFlux.
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.
- 
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.autoconfigure.web.reactiveMethods in org.springframework.boot.autoconfigure.web.reactive with parameters of type ConfigurableReactiveWebServerFactoryModifier and TypeMethodDescriptionvoidReactiveWebServerFactoryCustomizer.customize(ConfigurableReactiveWebServerFactory factory) 
- 
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.embedded.jettyClasses in org.springframework.boot.web.embedded.jetty that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createJettyWebServers.
- 
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.embedded.nettyClasses in org.springframework.boot.web.embedded.netty that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createNettyWebServers.
- 
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.embedded.tomcatClasses in org.springframework.boot.web.embedded.tomcat that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to create aTomcatWebServer.
- 
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.embedded.undertowClasses in org.springframework.boot.web.embedded.undertow that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createUndertowWebServers.
- 
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.reactive.serverClasses in org.springframework.boot.web.reactive.server that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forReactiveWebServerFactoryimplementations.