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