Uses of Class
org.eclipse.jetty.ee9.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.ee9.nested
Subclasses of AbstractHandler in org.eclipse.jetty.ee9.nestedModifier and TypeClassDescriptionstatic class
Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.class
Abstract Handler Container.class
A handler wrapper that provides the framework to asynchronously delay the handling of a request.class
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
ContextHandler.class
Debug Handler.class
Handler for Error pagesclass
A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.class
A collection of handlers.class
HandlerList.class
AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.class
AHandlerContainer
that allows a hot swap of a wrapped handler.class
Handler to adjust the idle timeout of requests while dispatched.class
InetAddress Access Handlerclass
Resource Handler.class
ScopedHandler.class
SecuredRedirectHandler redirects fromhttp
tohttps
.class
class
Handler to limit the threads per IP address for DOS protection -
Uses of AbstractHandler in org.eclipse.jetty.ee9.security
Subclasses of AbstractHandler in org.eclipse.jetty.ee9.securityModifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Select and apply anAuthenticator
to a request. -
Uses of AbstractHandler in org.eclipse.jetty.ee9.servlet
Subclasses of AbstractHandler in org.eclipse.jetty.ee9.servletModifier and TypeClassDescriptionclass
An ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.class
Servlet Context.class
Servlet HttpHandler. -
Uses of AbstractHandler in org.eclipse.jetty.ee9.webapp
Subclasses of AbstractHandler in org.eclipse.jetty.ee9.webapp