Package org.eclipse.jetty.server.handler

Class Summary
AbstractHandler AbstractHandler.
AbstractHandlerContainer Abstract Handler Container.
ConnectHandler Implementation of a tunneling proxy that supports HTTP CONNECT.
ContextHandler ContextHandler.
ContextHandlerCollection ContextHandlerCollection.
DebugHandler Debug Handler.
DefaultHandler Default Handler.
ErrorHandler Handler for Error pages An ErrorHandler is registered with ContextHandler.setErrorHandler(ErrorHandler) or Server.addBean(Object).
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
HandlerCollection A collection of handlers.
HandlerList HandlerList.
HandlerWrapper A HandlerWrapper acts as a Handler but delegates the handle method and life cycle events to a delegate.
HotSwapHandler A HandlerContainer that allows a hot swap of a wrapped handler.
IPAccessHandler IP Access Handler
MovedContextHandler Moved ContextHandler.
ProxyHandler Deprecated. Use ConnectHandler
RequestLogHandler RequestLogHandler.
ResourceHandler Resource Handler.
ScopedHandler ScopedHandler.
ShutdownHandler A handler that shuts the server down on a valid request.
StatisticsHandler  
 



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