Uses of Class
org.eclipse.jetty.server.handler.ErrorHandler
Packages that use ErrorHandler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Server : Modular Servlet Integration
Jetty Server : Core Handler API
-
Uses of ErrorHandler in org.eclipse.jetty.ee10.servlet
Subclasses of ErrorHandler in org.eclipse.jetty.ee10.servletModifier and TypeClassDescriptionclass
class
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch. -
Uses of ErrorHandler in org.eclipse.jetty.ee11.servlet
Subclasses of ErrorHandler in org.eclipse.jetty.ee11.servletModifier and TypeClassDescriptionclass
class
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch. -
Uses of ErrorHandler in org.eclipse.jetty.server.handler
Subclasses of ErrorHandler in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclass
AnErrorHandler
that can re-handle a request at an error page location.static class
AnReHandlingErrorHandler
that uses a map of error codes to select a page.