Uses of Class
io.undertow.server.handlers.SetErrorHandler
-
Packages that use SetErrorHandler Package Description io.undertow -
-
Uses of SetErrorHandler in io.undertow
Methods in io.undertow that return SetErrorHandler Modifier and Type Method Description static SetErrorHandlerHandlers. setErrorHandler(int responseCode, HttpHandler next)A handler that sets response code but continues the exchange so the servlet's error page can be returned.
-