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
ConstructorDescriptionUndertowServletWebServerFactoryCustomizer
(ServerProperties serverProperties) -
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(UndertowServletWebServerFactory factory) Customize the specifiedWebServerFactory
.
-
Constructor Details
-
UndertowServletWebServerFactoryCustomizer
-
-
Method Details
-
customize
Description copied from interface:WebServerFactoryCustomizer
Customize the specifiedWebServerFactory
.- Specified by:
customize
in interfaceWebServerFactoryCustomizer<UndertowServletWebServerFactory>
- Parameters:
factory
- the web server factory to customize
-