| Package | Description |
|---|---|
| org.springframework.boot.web.embedded.undertow |
Embedded reactive and servlet web server implementations backed by Undertow.
|
| Constructor and Description |
|---|
UndertowServletWebServer(io.undertow.Undertow.Builder builder,
Iterable<HttpHandlerFactory> httpHandlerFactories,
String contextPath,
boolean autoStart)
Create a new
UndertowServletWebServer instance. |
UndertowWebServer(io.undertow.Undertow.Builder builder,
Iterable<HttpHandlerFactory> httpHandlerFactories,
boolean autoStart)
Create a new
UndertowWebServer instance. |