Class UndertowServletWebServerFactoryCustomizer
java.lang.Object
org.springframework.boot.autoconfigure.web.servlet.UndertowServletWebServerFactoryCustomizer
- All Implemented Interfaces:
 WebServerFactoryCustomizer<UndertowServletWebServerFactory>
public class UndertowServletWebServerFactoryCustomizer
extends Object
implements WebServerFactoryCustomizer<UndertowServletWebServerFactory>
WebServerFactoryCustomizer to apply ServerProperties to Undertow
 Servlet web servers.- Since:
 - 2.1.7
 - Author:
 - Andy Wilkinson
 
- 
Constructor Summary
ConstructorsConstructorDescriptionUndertowServletWebServerFactoryCustomizer(ServerProperties serverProperties)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(UndertowServletWebServerFactory factory) Customize the specifiedWebServerFactory. 
- 
Constructor Details
- 
UndertowServletWebServerFactoryCustomizer
 
 - 
 - 
Method Details
- 
customize
Description copied from interface:WebServerFactoryCustomizerCustomize the specifiedWebServerFactory.- Specified by:
 customizein interfaceWebServerFactoryCustomizer<UndertowServletWebServerFactory>- Parameters:
 factory- the web server factory to customize
 
 -