接口的使用
org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
程序包
说明
Embedded reactive and servlet web server implementations backed by Undertow.
-
org.springframework.boot.web.embedded.undertow中UndertowDeploymentInfoCustomizer的使用
修饰符和类型方法说明UndertowServletWebServerFactory.getDeploymentInfoCustomizers()
Returns a mutable collection of theUndertowDeploymentInfoCustomizer
s that will be applied to the UndertowDeploymentInfo
.修饰符和类型方法说明void
UndertowServletWebServerFactory.addDeploymentInfoCustomizers
(UndertowDeploymentInfoCustomizer... customizers) AddUndertowDeploymentInfoCustomizer
s that should be used to customize the UndertowDeploymentInfo
.修饰符和类型方法说明void
UndertowServletWebServerFactory.setDeploymentInfoCustomizers
(Collection<? extends UndertowDeploymentInfoCustomizer> customizers) SetUndertowDeploymentInfoCustomizer
s that should be applied to the UndertowDeploymentInfo
.