| 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> |
UndertowServletWebServerFactory.getDeploymentInfoCustomizers()
Returns a mutable collection of the
UndertowDeploymentInfoCustomizers that
will be applied to the Undertow DeploymentInfo. |
Collection<UndertowDeploymentInfoCustomizer> |
UndertowReactiveWebServerFactory.getDeploymentInfoCustomizers()
Deprecated.
since 2.1.7 as the factory does not create a
DeploymentInfo
making customization redundant |
| Modifier and Type | Method and Description |
|---|---|
void |
UndertowServletWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers) |
void |
ConfigurableUndertowWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers)
Deprecated.
since 2.1.7 in favor of
UndertowServletWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer...)
as UndertowReactiveWebServerFactory does not create a
DeploymentInfo |
void |
UndertowReactiveWebServerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers) |
| Modifier and Type | Method and Description |
|---|---|
void |
UndertowServletWebServerFactory.setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer> customizers)
Set
UndertowDeploymentInfoCustomizers that should be applied to the
Undertow DeploymentInfo. |
void |
UndertowReactiveWebServerFactory.setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer> customizers)
Deprecated.
since 2.1.7 as the factory does not create a
DeploymentInfo
making customization redundant |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.