Uses of Interface
org.springframework.boot.web.embedded.undertow.HttpHandlerFactory
Package
Description
Embedded reactive and servlet web server implementations backed by Undertow.
-
Uses of HttpHandlerFactory in org.springframework.boot.web.embedded.undertow
ModifierConstructorDescriptionUndertowServletWebServer
(io.undertow.Undertow.Builder builder, Iterable<HttpHandlerFactory> httpHandlerFactories, String contextPath, boolean autoStart) Create a newUndertowServletWebServer
instance.UndertowWebServer
(io.undertow.Undertow.Builder builder, Iterable<HttpHandlerFactory> httpHandlerFactories, boolean autoStart) Create a newUndertowWebServer
instance.