Uses of Interface
org.springframework.boot.undertow.UndertowBuilderCustomizer
Packages that use UndertowBuilderCustomizer
Package
Description
Reactive and servlet web server implementations backed by Undertow.
-
Uses of UndertowBuilderCustomizer in org.springframework.boot.undertow
Methods in org.springframework.boot.undertow that return types with arguments of type UndertowBuilderCustomizerMethods in org.springframework.boot.undertow with parameters of type UndertowBuilderCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableUndertowWebServerFactory.addBuilderCustomizers
(UndertowBuilderCustomizer... customizers) AddUndertowBuilderCustomizer
s that should be used to customize the UndertowUndertow.Builder
.void
UndertowWebServerFactory.addBuilderCustomizers
(UndertowBuilderCustomizer... customizers) Method parameters in org.springframework.boot.undertow with type arguments of type UndertowBuilderCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableUndertowWebServerFactory.setBuilderCustomizers
(Collection<? extends UndertowBuilderCustomizer> customizers) SetUndertowBuilderCustomizer
s that should be applied to the UndertowUndertow.Builder
.void
UndertowWebServerFactory.setBuilderCustomizers
(Collection<? extends UndertowBuilderCustomizer> customizers)