Uses of Interface
org.springframework.boot.web.server.reactive.ConfigurableReactiveWebServerFactory
Packages that use ConfigurableReactiveWebServerFactory
Package
Description
Classes related to the auto-configuration of a reactive web server.
Reactive web server implementation backed by Jetty.
Reactive web server implementation backed by Netty.
Reactive web server implementation backed by Tomcat.
Reactive web server implementation backed by Undertow.
Reactive web server abstractions.
-
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.autoconfigure.web.server.reactive
Classes in org.springframework.boot.autoconfigure.web.server.reactive that implement interfaces with type arguments of type ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclass
WebServerFactoryCustomizer
to applyServerProperties
to reactive servers.Methods in org.springframework.boot.autoconfigure.web.server.reactive with parameters of type ConfigurableReactiveWebServerFactoryModifier and TypeMethodDescriptionvoid
ReactiveWebServerFactoryCustomizer.customize
(ConfigurableReactiveWebServerFactory factory) -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.jetty.reactive
Classes in org.springframework.boot.jetty.reactive that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createJettyWebServer
s. -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.reactor.netty
Classes in org.springframework.boot.reactor.netty that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createNettyWebServer
s. -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.tomcat.reactive
Classes in org.springframework.boot.tomcat.reactive that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to create aTomcatWebServer
. -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.undertow.reactive
Classes in org.springframework.boot.undertow.reactive that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s. -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.server.reactive
Classes in org.springframework.boot.web.server.reactive that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclass
Abstract base class forReactiveWebServerFactory
implementations.