Uses of Class
org.eclipse.jetty.server.handler.AbstractHandlerContainer
Packages that use AbstractHandlerContainer
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
-
Uses of AbstractHandlerContainer in org.eclipse.jetty.server
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server -
Uses of AbstractHandlerContainer in org.eclipse.jetty.server.handler
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclassA 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.classThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDebug Handler.classA Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.classA collection of handlers.classHandlerList.classclassAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassMoved ContextHandler.classThis 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.classSecuredRedirectHandler redirects fromhttptohttps.classA handler that shuts the server down on a valid request.classclassHandler to limit the threads per IP address for DOS protection -
Uses of AbstractHandlerContainer in org.eclipse.jetty.server.handler.gzip
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server.handler.gzipModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of AbstractHandlerContainer in org.eclipse.jetty.server.session
Subclasses of AbstractHandlerContainer in org.eclipse.jetty.server.session