Uses of Interface
org.eclipse.jetty.server.HandlerContainer

Packages that use HandlerContainer
org.eclipse.jetty.http.spi   
org.eclipse.jetty.rewrite.handler   
org.eclipse.jetty.security   
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.session   
org.eclipse.jetty.servlet   
org.eclipse.jetty.webapp   
org.eclipse.jetty.websocket   
 

Uses of HandlerContainer in org.eclipse.jetty.http.spi
 

Classes in org.eclipse.jetty.http.spi that implement HandlerContainer
 class HttpSpiContextHandler
          Jetty handler that bridges requests to HttpHandler.
 

Uses of HandlerContainer in org.eclipse.jetty.rewrite.handler
 

Classes in org.eclipse.jetty.rewrite.handler that implement HandlerContainer
 class RewriteHandler
           Rewrite handler is responsible for managing the rules.
 

Uses of HandlerContainer in org.eclipse.jetty.security
 

Classes in org.eclipse.jetty.security that implement HandlerContainer
 class ConstraintSecurityHandler
          Handler to enforce SecurityConstraints.
 class SecurityHandler
          Abstract SecurityHandler.
 

Uses of HandlerContainer in org.eclipse.jetty.server
 

Classes in org.eclipse.jetty.server that implement HandlerContainer
 class Server
          Jetty HTTP Servlet Server.
 

Uses of HandlerContainer in org.eclipse.jetty.server.handler
 

Classes in org.eclipse.jetty.server.handler that implement HandlerContainer
 class AbstractHandlerContainer
          Abstract Handler Container.
 class ConnectHandler
          Implementation of a tunneling proxy that supports HTTP CONNECT.
 class ContextHandler
          ContextHandler.
 class ContextHandlerCollection
          ContextHandlerCollection.
 class DebugHandler
          Debug Handler.
 class GzipHandler
          GZIP Handler This handler will gzip the content of a response if: The filter is mapped to a matching path The response status code is >=200 and <300 The content length is unknown or more than the minGzipSize initParameter or the minGzipSize is 0(default) The content-type is in the comma separated list of mimeTypes set in the mimeTypes initParameter or if no mimeTypes are defined the content-type is not "application/gzip" No content-encoding is specified by the resource
 class HandlerCollection
          A collection of handlers.
 class HandlerList
          HandlerList.
 class HandlerWrapper
          A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
 class HotSwapHandler
          A HandlerContainer that allows a hot swap of a wrapped handler.
 class IPAccessHandler
          IP Access Handler
 class MovedContextHandler
          Moved ContextHandler.
 class ProxyHandler
          Deprecated. Use ConnectHandler
 class RequestLogHandler
          RequestLogHandler.
 class ResourceHandler
          Resource Handler.
 class ScopedHandler
          ScopedHandler.
 class StatisticsHandler
           
 

Methods in org.eclipse.jetty.server.handler with type parameters of type HandlerContainer
static
<T extends HandlerContainer>
T
AbstractHandlerContainer.findContainerOf(HandlerContainer root, Class<T> type, Handler handler)
           
 

Methods in org.eclipse.jetty.server.handler with parameters of type HandlerContainer
static
<T extends HandlerContainer>
T
AbstractHandlerContainer.findContainerOf(HandlerContainer root, Class<T> type, Handler handler)
           
 

Constructors in org.eclipse.jetty.server.handler with parameters of type HandlerContainer
ContextHandler(HandlerContainer parent, String contextPath)
           
MovedContextHandler(HandlerContainer parent, String contextPath, String newContextURL)
           
 

Uses of HandlerContainer in org.eclipse.jetty.server.session
 

Classes in org.eclipse.jetty.server.session that implement HandlerContainer
 class SessionHandler
          SessionHandler.
 

Uses of HandlerContainer in org.eclipse.jetty.servlet
 

Classes in org.eclipse.jetty.servlet that implement HandlerContainer
 class ServletContextHandler
          Servlet Context.
 class ServletHandler
          Servlet HttpHandler.
 

Constructors in org.eclipse.jetty.servlet with parameters of type HandlerContainer
ServletContextHandler(HandlerContainer parent, SessionHandler sessionHandler, SecurityHandler securityHandler, ServletHandler servletHandler, ErrorHandler errorHandler)
           
ServletContextHandler(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)
           
 

Uses of HandlerContainer in org.eclipse.jetty.webapp
 

Classes in org.eclipse.jetty.webapp that implement HandlerContainer
 class WebAppContext
          Web Application Context Handler.
 

Constructors in org.eclipse.jetty.webapp with parameters of type HandlerContainer
WebAppContext(HandlerContainer parent, String webApp, String contextPath)
           
 

Uses of HandlerContainer in org.eclipse.jetty.websocket
 

Classes in org.eclipse.jetty.websocket that implement HandlerContainer
 class WebSocketHandler
           
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.