Uses of Interface
org.springframework.boot.web.server.reactive.ConfigurableReactiveWebServerFactory
Packages that use ConfigurableReactiveWebServerFactory
Package
Description
Reactive web server implementation backed by Jetty.
Reactive web server implementation backed by Netty.
Reactive web server implementation backed by Tomcat.
Classes related to the auto-configuration of a reactive web server.
Reactive web server abstractions.
-
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.jetty.reactive
Classes in org.springframework.boot.jetty.reactive that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createJettyWebServers. -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.reactor.netty
Classes in org.springframework.boot.reactor.netty that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createNettyWebServers. -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.tomcat.reactive
Classes in org.springframework.boot.tomcat.reactive that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to create aTomcatWebServer. -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.server.autoconfigure.reactive
Classes in org.springframework.boot.web.server.autoconfigure.reactive that implement interfaces with type arguments of type ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassWebServerFactoryCustomizerto applyServerPropertiesto reactive servers.Methods in org.springframework.boot.web.server.autoconfigure.reactive with parameters of type ConfigurableReactiveWebServerFactoryModifier and TypeMethodDescriptionvoidReactiveWebServerFactoryCustomizer.customize(ConfigurableReactiveWebServerFactory factory) -
Uses of ConfigurableReactiveWebServerFactory in org.springframework.boot.web.server.reactive
Classes in org.springframework.boot.web.server.reactive that implement ConfigurableReactiveWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forReactiveWebServerFactoryimplementations.