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.Symbolic Link AliasChecker.A handler wrapper that provides the framework to asynchronously delay the handling of a request.Buffered Response HandlerContextHandler.Interface to check aliasesApprove all aliases.Approve Aliases of a non existent directory.Listener for all threads entering context scope, including async IO callbacksA simple implementation of ServletContext that is used when there is no ContextHandler.This
HandlerCollection
is creates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandler
s.Deprecated.UseDebugListener
Default Handler.Handler for Error pages An ErrorHandler is registered withContextHandler.setErrorHandler(ErrorHandler)
orServer.setErrorHandler(ErrorHandler)
.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 HandlerDeprecated.Use @InetAccessHandler
.Enable 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.Secured Redirect HandlerA handler that shuts the server down on a valid request.Handler to limit the threads per IP address for DOS protection