Uses of Package
org.springframework.boot.web.server.undertow
Packages that use org.springframework.boot.web.server.undertow
Package
Description
Classes related to the auto-configuration of a servlet or reactive web server using
Undertow.
Reactive web server implementation backed by Undertow.
Servlet web server implementation backed by Undertow.
Reactive and servlet web server implementations backed by Undertow.
-
Classes in org.springframework.boot.web.server.undertow used by org.springframework.boot.autoconfigure.web.server.undertow
-
Classes in org.springframework.boot.web.server.undertow used by org.springframework.boot.web.server.reactive.undertowClassDescription
ConfigurableWebServerFactory
for Undertow-specific features.Base class for factories that produce anUndertowWebServer
. -
Classes in org.springframework.boot.web.server.undertow used by org.springframework.boot.web.server.servlet.undertowClassDescription
ConfigurableWebServerFactory
for Undertow-specific features.Factory used byUndertowServletWebServer
to addHttpHandlers
.WebServer
that can be used to control an Undertow web server.Base class for factories that produce anUndertowWebServer
. -
Classes in org.springframework.boot.web.server.undertow used by org.springframework.boot.web.server.undertowClassDescription
ConfigurableWebServerFactory
for Undertow-specific features.Factory used byUndertowServletWebServer
to addHttpHandlers
.Callback interface that can be used to customize an UndertowUndertow.Builder
.