Uses of Interface
org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
Package
Description
Embedded reactive and servlet web server implementations backed by Undertow.
-
Uses of UndertowDeploymentInfoCustomizer in org.springframework.boot.web.embedded.undertow
Modifier and TypeMethodDescriptionUndertowServletWebServerFactory.getDeploymentInfoCustomizers()
Returns a mutable collection of theUndertowDeploymentInfoCustomizer
s that will be applied to the UndertowDeploymentInfo
.Modifier and TypeMethodDescriptionvoid
UndertowServletWebServerFactory.addDeploymentInfoCustomizers
(UndertowDeploymentInfoCustomizer... customizers) AddUndertowDeploymentInfoCustomizer
s that should be used to customize the UndertowDeploymentInfo
.Modifier and TypeMethodDescriptionvoid
UndertowServletWebServerFactory.setDeploymentInfoCustomizers
(Collection<? extends UndertowDeploymentInfoCustomizer> customizers) SetUndertowDeploymentInfoCustomizer
s that should be applied to the UndertowDeploymentInfo
.