Package-level declarations
Embedded reactive and servlet web server implementations backed by Undertow.
See also
Types
Link copied to clipboard
ConfigurableWebServerFactory for Undertow-specific features.
Link copied to clipboard
Factory used by UndertowServletWebServer to add HttpHandlers.
Link copied to clipboard
Callback interface that can be used to customize an Undertow Builder.
Link copied to clipboard
Callback interface that can be used to customize an Undertow DeploymentInfo.
Link copied to clipboard
open class UndertowReactiveWebServerFactory : AbstractReactiveWebServerFactory, ConfigurableUndertowWebServerFactory
ReactiveWebServerFactory that can be used to create UndertowWebServers.
Link copied to clipboard
WebServer that can be used to control an embedded Undertow server.
Link copied to clipboard
open class UndertowServletWebServerFactory : AbstractServletWebServerFactory, ConfigurableUndertowWebServerFactory, ResourceLoaderAware
ServletWebServerFactory that can be used to create UndertowServletWebServers.
Link copied to clipboard
WebServer that can be used to control an Undertow web server.