HttpHandlerFactory

Factory used by UndertowServletWebServer to add HttpHandlers. Instances returned from this factory may optionally implement the following interfaces:

  • Closeable - if they wish to be closed just before server stops.
  • GracefulShutdownHandler - if they wish to manage graceful shutdown.

Author

Phillip Webb

Since

2.3.0

Functions

Link copied to clipboard
abstract fun getHandler(next: HttpHandler): HttpHandler
Create the HttpHandler instance that should be added.