Uses of Package
org.springframework.boot.undertow
Packages that use org.springframework.boot.undertow
Package
Description
Reactive and servlet web server implementations backed by Undertow.
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.
-
Classes in org.springframework.boot.undertow used by org.springframework.boot.undertowClassDescription
ConfigurableWebServerFactory
for Undertow-specific features.Factory used byUndertowServletWebServer
to addHttpHandlers
.Callback interface that can be used to customize an UndertowUndertow.Builder
. -
Classes in org.springframework.boot.undertow used by org.springframework.boot.undertow.autoconfigure
-
Classes in org.springframework.boot.undertow used by org.springframework.boot.undertow.reactiveClassDescription
ConfigurableWebServerFactory
for Undertow-specific features.Base class for factories that produce anUndertowWebServer
. -
Classes in org.springframework.boot.undertow used by org.springframework.boot.undertow.servletClassDescription
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
.