软件包 org.eclipse.jetty.server.handler

接口摘要
ContextHandler.AliasCheck Interface to check aliases
 

类摘要
AbstractHandler AbstractHandler.
AbstractHandlerContainer Abstract Handler Container.
ConnectHandler Implementation of a tunneling proxy that supports HTTP CONNECT.
ContextHandler ContextHandler.
ContextHandler.ApproveNonExistentDirectoryAliases Approve Aliases of a non existent directory.
ContextHandler.ApprovePathPrefixAliases Approve Aliases with a path prefix.
ContextHandler.ApproveSameSuffixAliases Approve Aliases with same suffix.
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 Compressing the content can greatly improve the network bandwidth usage, but at a cost of memory and CPU cycles.
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 Controls access to the wrapped handler by the real remote IP.
MovedContextHandler Moved ContextHandler.
ProxyHandler 已过时。 Use ConnectHandler
RequestLogHandler RequestLogHandler.
ResourceHandler Resource Handler.
ScopedHandler ScopedHandler.
ShutdownHandler A handler that shuts the server down on a valid request.
StatisticsHandler  
 



Copyright © 2013. All Rights Reserved.