Uses of Class
org.eclipse.jetty.ee8.nested.AbstractHandler
Packages that use AbstractHandler
Package
Description
Jetty Server : Core Handler API
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of AbstractHandler in org.eclipse.jetty.ee8.nested
Subclasses of AbstractHandler in org.eclipse.jetty.ee8.nestedModifier and TypeClassDescriptionstatic classDeprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.classAbstract Handler Container.classA handler wrapper that provides the framework to asynchronously delay the handling of a request.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classContextHandler.classDebug Handler.classHandler for Error pagesclassA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classA collection of handlers.classHandlerList.classAHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.classAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassResource Handler.classScopedHandler.classSecuredRedirectHandler redirects fromhttptohttps.classclassHandler to limit the threads per IP address for DOS protection -
Uses of AbstractHandler in org.eclipse.jetty.ee8.security
Subclasses of AbstractHandler in org.eclipse.jetty.ee8.securityModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassSelect and apply anAuthenticatorto a request. -
Uses of AbstractHandler in org.eclipse.jetty.ee8.servlet
Subclasses of AbstractHandler in org.eclipse.jetty.ee8.servletModifier and TypeClassDescriptionclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classServlet Context.classServlet HttpHandler. -
Uses of AbstractHandler in org.eclipse.jetty.ee8.webapp
Subclasses of AbstractHandler in org.eclipse.jetty.ee8.webapp