Uses of Interface
org.eclipse.jetty.server.HandlerContainer
Packages that use HandlerContainer
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
-
Uses of HandlerContainer in org.eclipse.jetty.server
Classes in org.eclipse.jetty.server that implement HandlerContainer -
Uses of HandlerContainer in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement HandlerContainerModifier and TypeClassDescriptionclassAbstract 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.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 protectionMethods in org.eclipse.jetty.server.handler with type parameters of type HandlerContainerModifier and TypeMethodDescriptionstatic <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf(HandlerContainer root, Class<T> type, Handler handler) Methods in org.eclipse.jetty.server.handler with parameters of type HandlerContainerModifier and TypeMethodDescriptionstatic <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf(HandlerContainer root, Class<T> type, Handler handler) Constructors in org.eclipse.jetty.server.handler with parameters of type HandlerContainerModifierConstructorDescriptionprotectedContextHandler(ContextHandler.Context context, HandlerContainer parent, String contextPath) ContextHandler(HandlerContainer parent, String contextPath) MovedContextHandler(HandlerContainer parent, String contextPath, String newContextURL) -
Uses of HandlerContainer in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement HandlerContainerModifier and TypeClassDescriptionclassA Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of HandlerContainer in org.eclipse.jetty.server.session
Classes in org.eclipse.jetty.server.session that implement HandlerContainer