类 UndertowWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.embedded.UndertowWebServerFactoryCustomizer
public class UndertowWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>, Ordered
Customization for Undertow-specific features common for both Servlet and Reactive
servers.
- 从以下版本开始:
- 2.0.0
- 作者:
- Brian Clozel, Yulin Qin, Stephane Nicoll, Phillip Webb, Arstiom Yudovin, Rafiullah Hamedy, HaiTao Zhang
-
字段概要
从接口继承的字段 org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
构造器概要
构造器构造器说明UndertowWebServerFactoryCustomizer
(Environment environment, ServerProperties serverProperties) -
方法概要
-
构造器详细资料
-
UndertowWebServerFactoryCustomizer
public UndertowWebServerFactoryCustomizer(Environment environment, ServerProperties serverProperties)
-
-
方法详细资料
-
getOrder
public int getOrder() -
customize
从接口复制的说明:WebServerFactoryCustomizer
Customize the specifiedWebServerFactory
.- 指定者:
customize
在接口中WebServerFactoryCustomizer<ConfigurableUndertowWebServerFactory>
- 参数:
factory
- the web server factory to customize
-