Uses of Interface
org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
Packages that use ReactiveWebServerFactory
Package
Description
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 based web integrations with Spring's
 
ApplicationContext.Reactive web server abstractions.
- 
Uses of ReactiveWebServerFactory in org.springframework.boot.web.embedded.jettyClasses in org.springframework.boot.web.embedded.jetty that implement ReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createJettyWebServers.
- 
Uses of ReactiveWebServerFactory in org.springframework.boot.web.embedded.nettyClasses in org.springframework.boot.web.embedded.netty that implement ReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createNettyWebServers.
- 
Uses of ReactiveWebServerFactory in org.springframework.boot.web.embedded.tomcatClasses in org.springframework.boot.web.embedded.tomcat that implement ReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to create aTomcatWebServer.
- 
Uses of ReactiveWebServerFactory in org.springframework.boot.web.embedded.undertowClasses in org.springframework.boot.web.embedded.undertow that implement ReactiveWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createUndertowWebServers.
- 
Uses of ReactiveWebServerFactory in org.springframework.boot.web.reactive.contextMethods in org.springframework.boot.web.reactive.context that return ReactiveWebServerFactoryModifier and TypeMethodDescriptionprotected ReactiveWebServerFactoryReactiveWebServerApplicationContext.getWebServerFactory(String factoryBeanName) 
- 
Uses of ReactiveWebServerFactory in org.springframework.boot.web.reactive.serverSubinterfaces of ReactiveWebServerFactory in org.springframework.boot.web.reactive.serverClasses in org.springframework.boot.web.reactive.server that implement ReactiveWebServerFactoryModifier and TypeClassDescriptionclassAbstract base class forReactiveWebServerFactoryimplementations.