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