| 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> | UndertowServletWebServerFactory. getBuilderCustomizers()Returns a mutable collection of the  UndertowBuilderCustomizers that will be
 applied to the UndertowUndertow.Builder. | 
| Collection<UndertowBuilderCustomizer> | UndertowReactiveWebServerFactory. getBuilderCustomizers()Returns a mutable collection of the  UndertowBuilderCustomizers that will be
 applied to the UndertowBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UndertowServletWebServerFactory. addBuilderCustomizers(UndertowBuilderCustomizer... customizers) | 
| void | ConfigurableUndertowWebServerFactory. addBuilderCustomizers(UndertowBuilderCustomizer... customizers)Add  UndertowBuilderCustomizers that should be used to customize the
 UndertowUndertow.Builder. | 
| void | UndertowReactiveWebServerFactory. addBuilderCustomizers(UndertowBuilderCustomizer... customizers)Add  UndertowBuilderCustomizers that should be used to customize the
 UndertowBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | UndertowServletWebServerFactory. setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer> customizers)Set  UndertowBuilderCustomizers that should be applied to the UndertowUndertow.Builder. | 
| void | UndertowReactiveWebServerFactory. setBuilderCustomizers(Collection<? extends UndertowBuilderCustomizer> customizers)Set  UndertowBuilderCustomizers that should be applied to the UndertowBuilder. | 
Copyright © 2020 Pivotal Software, Inc.. All rights reserved.