Uses of Interface
org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
Packages that use ConfigurableUndertowWebServerFactory
Package
Description
Configuration for embedded reactive and servlet web servers.
Embedded reactive and servlet web server implementations backed by Undertow.
-
Uses of ConfigurableUndertowWebServerFactory in org.springframework.boot.autoconfigure.web.embedded
Methods in org.springframework.boot.autoconfigure.web.embedded with parameters of type ConfigurableUndertowWebServerFactoryModifier and TypeMethodDescriptionvoidUndertowWebServerFactoryCustomizer.customize(ConfigurableUndertowWebServerFactory factory) -
Uses of ConfigurableUndertowWebServerFactory in org.springframework.boot.web.embedded.undertow
Classes in org.springframework.boot.web.embedded.undertow that implement ConfigurableUndertowWebServerFactoryModifier and TypeClassDescriptionclassReactiveWebServerFactorythat can be used to createUndertowWebServers.classServletWebServerFactorythat can be used to createUndertowServletWebServers.