Uses of Interface
org.springframework.boot.undertow.ConfigurableUndertowWebServerFactory
Packages that use ConfigurableUndertowWebServerFactory
Package
Description
Reactive and servlet web server implementations backed by Undertow.
Classes related to the auto-configuration of a servlet or reactive web server using
Undertow.
Reactive web server implementation backed by Undertow.
Servlet web server implementation backed by Undertow.
-
Uses of ConfigurableUndertowWebServerFactory in org.springframework.boot.undertow
Classes in org.springframework.boot.undertow that implement ConfigurableUndertowWebServerFactoryModifier and TypeClassDescriptionclass
Base class for factories that produce anUndertowWebServer
. -
Uses of ConfigurableUndertowWebServerFactory in org.springframework.boot.undertow.autoconfigure
Classes in org.springframework.boot.undertow.autoconfigure that implement interfaces with type arguments of type ConfigurableUndertowWebServerFactoryModifier and TypeClassDescriptionclass
Customization for Undertow-specific features common for both Servlet and Reactive servers.Methods in org.springframework.boot.undertow.autoconfigure with parameters of type ConfigurableUndertowWebServerFactoryModifier and TypeMethodDescriptionvoid
UndertowWebServerFactoryCustomizer.customize
(ConfigurableUndertowWebServerFactory factory) -
Uses of ConfigurableUndertowWebServerFactory in org.springframework.boot.undertow.reactive
Classes in org.springframework.boot.undertow.reactive that implement ConfigurableUndertowWebServerFactoryModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s. -
Uses of ConfigurableUndertowWebServerFactory in org.springframework.boot.undertow.servlet
Classes in org.springframework.boot.undertow.servlet that implement ConfigurableUndertowWebServerFactoryModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s.