Package org.eclipse.jetty.server.handler
Jetty Server : Core Handler API
-
Interface Summary Interface Description BufferedResponseHandler.BufferedInterceptor AnHttpOutput.Interceptorwhich 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. useSymlinkAllowedResourceAliasCheckerinstead.AsyncDelayHandler A handler wrapper that provides the framework to asynchronously delay the handling of a request.BufferedResponseHandler A Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.ContextHandler ContextHandler.ContextHandler.ApproveAliases Deprecated. ContextHandler.ApproveNonExistentDirectoryAliases Deprecated. ContextHandler.Caller ContextHandler.StaticContext A simple implementation of ServletContext that is used when there is no ContextHandler.ContextHandlerCollection ThisHandlerCollectionis creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.ContextHandlerCollection.Branch ContextHandlerCollection.Mapping DebugHandler Deprecated. UseDebugListenerDefaultHandler Default Handler.ErrorHandler Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)orServer.setErrorHandler(ErrorHandler).FileBufferedResponseHandler A Handler that can apply aHttpOutput.Interceptormechanism to buffer the entire response content until the output is closed.HandlerCollection A collection of handlers.HandlerCollection.Handlers HandlerList HandlerList.HandlerWrapper AHandlerWrapperacts as aHandlerbut delegates thehandlemethod andlife cycleevents to a delegate.HotSwapHandler AHandlerContainerthat 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.SizeLimitHandler A handler that can limit the size of message bodies in requests and responses.StatisticsHandler ThreadLimitHandler Handler to limit the threads per IP address for DOS protectionThreadLimitHandler.ReferenceCounter -
Enum Summary Enum Description ContextHandler.Availability ContextHandler.ContextStatus