Package | Description |
---|---|
org.springframework.boot.web.embedded.undertow |
Embedded reactive and servlet web server implementations backed by Undertow.
|
Modifier and Type | Method and Description |
---|---|
Collection<UndertowDeploymentInfoCustomizer> |
UndertowReactiveWebServerFactory.getDeploymentInfoCustomizers()
Returns a mutable collection of the
UndertowDeploymentInfoCustomizer s that
will be applied to the Undertow DeploymentInfo . |
Collection<UndertowDeploymentInfoCustomizer> |
UndertowServletWebServerFactory.getDeploymentInfoCustomizers()
Returns a mutable collection of the
UndertowDeploymentInfoCustomizer s that
will be applied to the Undertow DeploymentInfo . |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableUndertowWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers)
Add
UndertowDeploymentInfoCustomizer s that should be used to customize the
Undertow DeploymentInfo . |
void |
UndertowReactiveWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers) |
void |
UndertowServletWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers) |
Modifier and Type | Method and Description |
---|---|
void |
UndertowReactiveWebServerFactory.setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer> customizers)
Set
UndertowDeploymentInfoCustomizer s that should be applied to the
Undertow DeploymentInfo . |
void |
UndertowServletWebServerFactory.setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer> customizers)
Set
UndertowDeploymentInfoCustomizer s that should be applied to the
Undertow DeploymentInfo . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.