Class UndertowWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.undertow.autoconfigure.UndertowWebServerFactoryCustomizer
- All Implemented Interfaces:
WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>
,Ordered
public class UndertowWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>, Ordered
Customization for Undertow-specific features common for both Servlet and Reactive
servers.
- Since:
- 4.0.0
- Author:
- Brian Clozel, Yulin Qin, Stephane Nicoll, Phillip Webb, Arstiom Yudovin, Rafiullah Hamedy, HaiTao Zhang
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
ConstructorsConstructorDescriptionUndertowWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties, UndertowServerProperties undertowProperties) -
Method Summary
-
Constructor Details
-
UndertowWebServerFactoryCustomizer
public UndertowWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties, UndertowServerProperties undertowProperties)
-
-
Method Details
-
getOrder
-
customize
Description copied from interface:WebServerFactoryCustomizer
Customize the specifiedWebServerFactory
.- Specified by:
customize
in interfaceWebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>
- Parameters:
factory
- the web server factory to customize
-