Uses of Class
io.undertow.server.handlers.GracefulShutdownHandler
-
Packages that use GracefulShutdownHandler Package Description io.undertow -
-
Uses of GracefulShutdownHandler in io.undertow
Methods in io.undertow that return GracefulShutdownHandler Modifier and Type Method Description static GracefulShutdownHandler
Handlers. gracefulShutdown(HttpHandler next)
Returns a new handler that can be used to wait for all requests to finish before shutting down the server gracefully.
-