Package | Description |
---|---|
org.springframework.boot.context.embedded.undertow |
Support for Undertow
EmbeddedServletContainers . |
Modifier and Type | Method and Description |
---|---|
Collection<UndertowDeploymentInfoCustomizer> |
UndertowEmbeddedServletContainerFactory.getDeploymentInfoCustomizers()
Returns a mutable collection of the
UndertowDeploymentInfoCustomizer s that
will be applied to the Undertow DeploymentInfo . |
Modifier and Type | Method and Description |
---|---|
void |
UndertowEmbeddedServletContainerFactory.addDeploymentInfoCustomizers(UndertowDeploymentInfoCustomizer... customizers)
Add
UndertowDeploymentInfoCustomizer s that should be used to customize the
Undertow DeploymentInfo . |
Modifier and Type | Method and Description |
---|---|
void |
UndertowEmbeddedServletContainerFactory.setDeploymentInfoCustomizers(Collection<? extends UndertowDeploymentInfoCustomizer> customizers)
Set
UndertowDeploymentInfoCustomizer s that should be applied to the
Undertow DeploymentInfo . |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.