Class UndertowWebServerFactory

java.lang.Object
org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
org.springframework.boot.web.server.undertow.UndertowWebServerFactory
All Implemented Interfaces:
ConfigurableWebServerFactory, ErrorPageRegistry, ConfigurableUndertowWebServerFactory, WebServerFactory
Direct Known Subclasses:
UndertowReactiveWebServerFactory, UndertowServletWebServerFactory

public abstract class UndertowWebServerFactory extends AbstractConfigurableWebServerFactory implements ConfigurableUndertowWebServerFactory
Base class for factories that produce an UndertowWebServer.
Since:
4.0.0
Author:
Andy Wilkinson