类 UndertowServletWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
public class UndertowServletWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<UndertowServletWebServerFactory>
WebServerFactoryCustomizer to apply ServerProperties to Undertow
Servlet web servers.- 从以下版本开始:
- 2.1.7
- 作者:
- Andy Wilkinson
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcustomize(UndertowServletWebServerFactory factory) Customize the specifiedWebServerFactory.
-
构造器详细资料
-
UndertowServletWebServerFactoryCustomizer
-
-
方法详细资料
-
customize
从接口复制的说明:WebServerFactoryCustomizerCustomize the specifiedWebServerFactory.- 指定者:
customize在接口中WebServerFactoryCustomizer<UndertowServletWebServerFactory>- 参数:
factory- the web server factory to customize
-