Package org.eclipse.jetty.server.handler
Jetty Server : Core Handler API
-
Interface Summary Interface Description BufferedResponseHandler.BufferedInterceptor AnHttpOutput.Interceptor
which is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)
and is used by the implementation to buffer outgoing content.ContextHandler.AliasCheck Interface to check aliasesContextHandler.ContextScopeListener Listener for all threads entering context scope, including async IO callbacksErrorHandler.ErrorPageMapper -
Class Summary Class Description AbstractHandler AbstractHandler.AbstractHandler.ErrorDispatchHandler Deprecated. This class is no longer required as ERROR dispatch is only done if there is an error page target.AbstractHandlerContainer Abstract Handler Container.AllowSymLinkAliasChecker Deprecated. useSymlinkAllowedResourceAliasChecker
instead.AsyncDelayHandler A handler wrapper that provides the framework to asynchronously delay the handling of a request.BufferedResponseHandler A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.ContextHandler ContextHandler.ContextHandler.ApproveAliases Deprecated. ContextHandler.ApproveNonExistentDirectoryAliases Deprecated. ContextHandler.StaticContext A simple implementation of ServletContext that is used when there is no ContextHandler.ContextHandlerCollection ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.DebugHandler Deprecated. UseDebugListener
DefaultHandler Default Handler.ErrorHandler Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.FileBufferedResponseHandler A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.HandlerCollection A collection of handlers.HandlerCollection.Handlers HandlerList HandlerList.HandlerWrapper HotSwapHandler AHandlerContainer
that allows a hot swap of a wrapped handler.IdleTimeoutHandler Handler to adjust the idle timeout of requests while dispatched.InetAccessHandler InetAddress Access HandlerIPAccessHandler Deprecated. Use @InetAccessHandler
.ManagedAttributeListener Enable Jetty style JMX MBeans from within a ContextMovedContextHandler Moved ContextHandler.RequestLogHandler This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).ResourceHandler Resource Handler.ScopedHandler ScopedHandler.SecuredRedirectHandler Secured Redirect HandlerShutdownHandler A handler that shuts the server down on a valid request.StatisticsHandler ThreadLimitHandler Handler to limit the threads per IP address for DOS protection -
Enum Summary Enum Description ContextHandler.Availability ContextHandler.ContextStatus