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<UndertowBuilderCustomizer> |
UndertowReactiveWebServerFactory.getBuilderCustomizers()
Returns a mutable collection of the
UndertowBuilderCustomizer s that will be
applied to the Undertow Builder . |
Collection<UndertowBuilderCustomizer> |
UndertowServletWebServerFactory.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 |
ConfigurableUndertowWebServerFactory.addBuilderCustomizers(UndertowBuilderCustomizer... customizers)
Add
UndertowBuilderCustomizer s that should be used to customize the
Undertow Undertow.Builder . |
void |
UndertowReactiveWebServerFactory.addBuilderCustomizers(UndertowBuilderCustomizer... customizers) |
void |
UndertowServletWebServerFactory.addBuilderCustomizers(UndertowBuilderCustomizer... customizers) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurableUndertowWebServerFactory.setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer> customizers)
Set
UndertowBuilderCustomizer s that should be applied to the Undertow
Undertow.Builder . |
void |
UndertowReactiveWebServerFactory.setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer> customizers) |
void |
UndertowServletWebServerFactory.setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer> customizers) |