Uses of Class
org.springframework.boot.undertow.UndertowWebServerFactory
Packages that use UndertowWebServerFactory
Package
Description
Reactive web server implementation backed by Undertow.
Servlet web server implementation backed by Undertow.
-
Uses of UndertowWebServerFactory in org.springframework.boot.undertow.reactive
Subclasses of UndertowWebServerFactory in org.springframework.boot.undertow.reactiveModifier and TypeClassDescriptionclass
ReactiveWebServerFactory
that can be used to createUndertowWebServer
s. -
Uses of UndertowWebServerFactory in org.springframework.boot.undertow.servlet
Subclasses of UndertowWebServerFactory in org.springframework.boot.undertow.servletModifier and TypeClassDescriptionclass
ServletWebServerFactory
that can be used to createUndertowServletWebServer
s.