Uses of Interface
org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
Packages that use UndertowBuilderCustomizer
Package
Description
Embedded reactive and servlet web server implementations backed by Undertow.
-
Uses of UndertowBuilderCustomizer in org.springframework.boot.web.embedded.undertow
Methods in org.springframework.boot.web.embedded.undertow that return types with arguments of type UndertowBuilderCustomizerModifier and TypeMethodDescriptionUndertowReactiveWebServerFactory.getBuilderCustomizers()
Returns a mutable collection of theUndertowBuilderCustomizer
s that will be applied to the UndertowBuilder
.UndertowServletWebServerFactory.getBuilderCustomizers()
Returns a mutable collection of theUndertowBuilderCustomizer
s that will be applied to the UndertowUndertow.Builder
.Methods in org.springframework.boot.web.embedded.undertow with parameters of type UndertowBuilderCustomizerModifier and TypeMethodDescriptionvoid
ConfigurableUndertowWebServerFactory.addBuilderCustomizers
(UndertowBuilderCustomizer... customizers) AddUndertowBuilderCustomizer
s that should be used to customize the UndertowUndertow.Builder
.void
UndertowReactiveWebServerFactory.addBuilderCustomizers
(UndertowBuilderCustomizer... customizers) void
UndertowServletWebServerFactory.addBuilderCustomizers
(UndertowBuilderCustomizer... customizers) Method parameters in org.springframework.boot.web.embedded.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
UndertowReactiveWebServerFactory.setBuilderCustomizers
(Collection<? extends UndertowBuilderCustomizer> customizers) void
UndertowServletWebServerFactory.setBuilderCustomizers
(Collection<? extends UndertowBuilderCustomizer> customizers)