Class UndertowWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.embedded.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:
- 2.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) -
Method Summary
-
Constructor Details
-
UndertowWebServerFactoryCustomizer
public UndertowWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties)
-
-
Method Details
-
getOrder
public int getOrder() -
customize
Description copied from interface:WebServerFactoryCustomizerCustomize the specifiedWebServerFactory.- Specified by:
customizein interfaceWebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>- Parameters:
factory- the web server factory to customize
-