Uses of Interface
org.eclipse.jetty.server.HandlerContainer
Packages that use HandlerContainer
Package
Description
Jetty Ant : Ant Tasks and Configuration
Jetty Proxy : Async Proxy Support
Jetty Rewrite : Rewrite Handler and Rules for Jetty
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 HandlerContainer in org.eclipse.jetty.ant
Classes in org.eclipse.jetty.ant that implement HandlerContainerModifier and TypeClassDescriptionclassExtension of WebAppContext to allow configuration via Ant environment.static classAntServletHandler -
Uses of HandlerContainer in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement HandlerContainer -
Uses of HandlerContainer in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement HandlerContainer -
Uses of HandlerContainer in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement HandlerContainerModifier and TypeClassDescriptionclassRewrite handler is responsible for managing the rules. -
Uses of HandlerContainer in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement HandlerContainerModifier and TypeClassDescriptionclassConstraintSecurityHandlerclassAbstract SecurityHandler. -
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.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 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 -
Uses of HandlerContainer in org.eclipse.jetty.servlet
Classes in org.eclipse.jetty.servlet that implement HandlerContainerModifier and TypeClassDescriptionclassServlet Context.classServlet HttpHandler.Methods in org.eclipse.jetty.servlet with parameters of type HandlerContainerModifier and TypeMethodDescriptionprotected voidServletContextHandler.setParent(HandlerContainer parent) Constructors in org.eclipse.jetty.servlet with parameters of type HandlerContainerModifierConstructorDescriptionServletContextHandler(HandlerContainer parent, String contextPath) ServletContextHandler(HandlerContainer parent, String contextPath, boolean sessions, boolean security) ServletContextHandler(HandlerContainer parent, String contextPath, int options) ServletContextHandler(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) ServletContextHandler(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) ServletContextHandler(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler) -
Uses of HandlerContainer in org.eclipse.jetty.webapp
Classes in org.eclipse.jetty.webapp that implement HandlerContainerConstructors in org.eclipse.jetty.webapp with parameters of type HandlerContainerModifierConstructorDescriptionWebAppContext(HandlerContainer parent, String webApp, String contextPath) WebAppContext(HandlerContainer parent, String contextPath, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler, int options) This constructor is used in the geronimo integration.WebAppContext(HandlerContainer parent, Resource webApp, String contextPath) -
Uses of HandlerContainer in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement HandlerContainer