Class UndertowWebServerFactory

java.lang.Object
org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
org.springframework.boot.undertow.UndertowWebServerFactory
All Implemented Interfaces:
ConfigurableUndertowWebServerFactory, ErrorPageRegistry, ConfigurableWebServerFactory, 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