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

Packages that use HandlerContainer
org.eclipse.jetty.server   
org.eclipse.jetty.server.handler   
org.eclipse.jetty.server.session   
 

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 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 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.
 



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