Uses of Interface
org.eclipse.jetty.server.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
Modifier and TypeClassDescriptionclass
Extension of WebAppContext to allow configuration via Ant environment.static class
AntServletHandler -
Uses of HandlerContainer in org.eclipse.jetty.http.spi
-
Uses of HandlerContainer in org.eclipse.jetty.proxy
-
Uses of HandlerContainer in org.eclipse.jetty.rewrite.handler
Modifier and TypeClassDescriptionclass
Rewrite handler is responsible for managing the rules. -
Uses of HandlerContainer in org.eclipse.jetty.security
Modifier and TypeClassDescriptionclass
ConstraintSecurityHandlerclass
Abstract SecurityHandler. -
Uses of HandlerContainer in org.eclipse.jetty.server
-
Uses of HandlerContainer in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
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
ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.class
Debug Handler.class
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
Moved ContextHandler.class
This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).class
Resource Handler.class
ScopedHandler.class
SecuredRedirectHandler redirects fromhttp
tohttps
.class
A handler that shuts the server down on a valid request.class
class
Handler to limit the threads per IP address for DOS protectionModifier and TypeMethodDescriptionstatic <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf
(HandlerContainer root, Class<T> type, Handler handler) Modifier and TypeMethodDescriptionstatic <T extends HandlerContainer>
TAbstractHandlerContainer.findContainerOf
(HandlerContainer root, Class<T> type, Handler handler) ModifierConstructorDescriptionprotected
ContextHandler
(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
Modifier and TypeClassDescriptionclass
A Handler that can dynamically GZIP uncompress requests, and compress responses. -
Uses of HandlerContainer in org.eclipse.jetty.server.session
-
Uses of HandlerContainer in org.eclipse.jetty.servlet
Modifier and TypeClassDescriptionclass
Servlet Context.class
Servlet HttpHandler.Modifier and TypeMethodDescriptionprotected void
ServletContextHandler.setParent
(HandlerContainer parent) ModifierConstructorDescriptionServletContextHandler
(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
ModifierConstructorDescriptionWebAppContext
(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