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