UndertowServletWebServer

WebServer that can be used to control an embedded Undertow server. Typically this class should be created using UndertowServletWebServerFactory and not directly.

Author

Ivan Sopov

Andy Wilkinson

Eddú Meléndez

Christoph Dreis

Kristine Jetzke

Since

2.0.0

See also

Constructors

Link copied to clipboard
constructor(builder: Undertow.Builder, httpHandlerFactories: Iterable<HttpHandlerFactory>, contextPath: String, autoStart: Boolean)
Create a new UndertowServletWebServer instance.

Properties

Link copied to clipboard
open val undertow: Undertow

Functions

Link copied to clipboard
open fun destroy()
Destroys the web server such that it cannot be started again.
Link copied to clipboard
open fun getDeploymentManager(): DeploymentManager
Link copied to clipboard
open fun getPort(): Int
Return the port this server is listening on.
Link copied to clipboard
Initiates a graceful shutdown of the Undertow web server.
Link copied to clipboard
open fun start()
Starts the web server.
Link copied to clipboard
open fun stop()
Stops the web server.