Class EmbeddedWebServerFactoryCustomizerAutoConfiguration
java.lang.Object
org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration
@AutoConfiguration
@ConditionalOnNotWarDeployment
@ConditionalOnWebApplication
@EnableConfigurationProperties(ServerProperties.class)
public class EmbeddedWebServerFactoryCustomizerAutoConfiguration
extends Object
Auto-configuration for embedded servlet and reactive
 web servers customizations.- Since:
- 2.0.0
- Author:
- Phillip Webb, Moritz Halbritter
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classNested configuration if Jetty is being used.static classNested configuration if Netty is being used.static classNested configuration if Tomcat is being used.static classNested configuration if Undertow is being used.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
EmbeddedWebServerFactoryCustomizerAutoConfigurationpublic EmbeddedWebServerFactoryCustomizerAutoConfiguration()
 
-