Uses of Interface
org.springframework.boot.undertow.HttpHandlerFactory
Packages that use HttpHandlerFactory
Package
Description
Reactive and servlet web server implementations backed by Undertow.
Servlet web server implementation backed by Undertow.
-
Uses of HttpHandlerFactory in org.springframework.boot.undertow
Methods in org.springframework.boot.undertow that return types with arguments of type HttpHandlerFactoryModifier and TypeMethodDescriptionUndertowWebServerFactory.createHttpHandlerFactories
(AbstractConfigurableWebServerFactory webServerFactory, HttpHandlerFactory... initialHttpHandlerFactories) Methods in org.springframework.boot.undertow with parameters of type HttpHandlerFactoryModifier and TypeMethodDescriptionUndertowWebServerFactory.createHttpHandlerFactories
(AbstractConfigurableWebServerFactory webServerFactory, HttpHandlerFactory... initialHttpHandlerFactories) Constructor parameters in org.springframework.boot.undertow with type arguments of type HttpHandlerFactoryModifierConstructorDescriptionUndertowWebServer
(io.undertow.Undertow.Builder builder, Iterable<HttpHandlerFactory> httpHandlerFactories, boolean autoStart) Create a newUndertowWebServer
instance. -
Uses of HttpHandlerFactory in org.springframework.boot.undertow.servlet
Constructor parameters in org.springframework.boot.undertow.servlet with type arguments of type HttpHandlerFactoryModifierConstructorDescriptionUndertowServletWebServer
(io.undertow.Undertow.Builder builder, Iterable<HttpHandlerFactory> httpHandlerFactories, String contextPath, boolean autoStart) Create a newUndertowServletWebServer
instance.