Package org.eclipse.jetty.server.handler
package org.eclipse.jetty.server.handler
Jetty Server : Core Handler API
-
ClassDescriptionAbstractHandler.Deprecated.This class is no longer required as ERROR dispatch is only done if there is an error page target.Abstract Handler Container.Deprecated.use
SymlinkAllowedResourceAliasChecker
instead.A handler wrapper that provides the framework to asynchronously delay the handling of a request.A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.AnHttpOutput.Interceptor
which is created byBufferedResponseHandler.newBufferedInterceptor(HttpChannel, Interceptor)
and is used by the implementation to buffer outgoing content.ContextHandler.Interface to check aliasesDeprecated.useAllowedResourceAliasChecker
instead.Deprecated.Listener for all threads entering context scope, including async IO callbacksA simple implementation of ServletContext that is used when there is no ContextHandler.ThisHandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.Debug Handler.Default Handler.Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.A Handler that can apply aHttpOutput.Interceptor
mechanism to buffer the entire response content until the output is closed.A collection of handlers.HandlerList.AHandlerWrapper
acts as aHandler
but delegates thehandle
method andlife cycle
events to a delegate.AHandlerContainer
that allows a hot swap of a wrapped handler.Handler to adjust the idle timeout of requests while dispatched.InetAddress Access HandlerEnable Jetty style JMX MBeans from within a ContextMoved ContextHandler.This handler provides an alternate way (other thanServer.setRequestLog(RequestLog)
) to log request, that can be applied to a particular handler (eg context).Resource Handler.ScopedHandler.SecuredRedirectHandler redirects fromhttp
tohttps
.A handler that shuts the server down on a valid request.Handler to limit the threads per IP address for DOS protection