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 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 MovedContextHandler
          Moved ContextHandler.
 class RequestLogHandler
          RequestLogHandler.
 class ScopedHandler
          ScopedHandler.
 class StatisticsHandler
           
 

Constructors in org.eclipse.jetty.server.handler with parameters of type HandlerContainer
ContextHandler(HandlerContainer parent, java.lang.String contextPath)
           
MovedContextHandler(HandlerContainer parent, java.lang.String contextPath, java.lang.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-2010 Mort Bay Consulting. All Rights Reserved.