Uses of Class
org.eclipse.jetty.server.handler.AbstractHandler
Packages that use AbstractHandler
Package
Description
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
-
Uses of AbstractHandler in org.eclipse.jetty.security
Subclasses of AbstractHandler in org.eclipse.jetty.securityModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassAbstract SecurityHandler. -
Uses of AbstractHandler in org.eclipse.jetty.server
Subclasses of AbstractHandler in org.eclipse.jetty.server -
Uses of AbstractHandler in org.eclipse.jetty.server.handler
Subclasses of AbstractHandler in org.eclipse.jetty.server.handlerModifier 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.classBuffered Response HandlerclassContextHandler.classThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDeprecated.UseDebugListenerclassDefault Handler.classHandler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).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 HandlerclassDeprecated.Use @InetAccessHandler.classMoved ContextHandler.private classclassThis handler provides an alternate way (other thanServer.setRequestLog(RequestLog)) to log request, that can be applied to a particular handler (eg context).classResource Handler.classScopedHandler.classSecured Redirect HandlerclassA handler that shuts the server down on a valid request.classclassHandler to limit the threads per IP address for DOS protection -
Uses of AbstractHandler in org.eclipse.jetty.server.handler.gzip
Subclasses of AbstractHandler in org.eclipse.jetty.server.handler.gzipModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of AbstractHandler in org.eclipse.jetty.server.session
Subclasses of AbstractHandler in org.eclipse.jetty.server.session -
Uses of AbstractHandler in org.eclipse.jetty.servlet
Subclasses of AbstractHandler in org.eclipse.jetty.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.webapp
Subclasses of AbstractHandler in org.eclipse.jetty.webapp