Module org.eclipse.jetty.server
Package org.eclipse.jetty.server.handler
package org.eclipse.jetty.server.handler
Jetty Server : Core Handler API
-
ClassDescriptionDeprecated.Deprecated.A Handler that can apply a mechanism to buffer the entire response content until the output is closed.Implementation of a
Handlerthat supports HTTP CONNECT.Listener for all threads entering context scope, including async IO callbacksCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.Debug Handler.Default Handler.Handler for Error pages An ErrorHandler is registered withServer.setErrorHandler(Request.Handler).AHandler.Wrapperthat fires events during the processing of the requests.Handler to track active requests and allow them to gracefully complete.AHandlerContainerthat allows a hot swap of a wrapped handler.Handler to adjust the idle timeout of requests while dispatched.InetAddress Access HandlerAHandlerthat helps recording the total latency of the requests executed by the wrapped handler.Enable Jetty style JMX MBeans from within a ContextAContextHandlerwith a childHandlerthat redirects to a configurable URI.A Handler that delegates to other handlers through a configuredPathMappings.AnErrorHandlerthat can re-handle a request at an error page location.AnReHandlingErrorHandlerthat uses a map of error codes to select a page.Resource Handler.Utility class to create a ContextHandler containing a ResourceHandler.Forces a redirect to the secure form of the resource before allowed to access the resource.AHandlerthat initiates a Shutdown of the Jetty Server it belongs to.Checks that the wrapped handler can read/write at a minimal rate of N bytes per second.Handler to limit the threads per IP address for DOS protectionInspired by nginx'stry_filesfunctionality.
Handler.Abstract