Uses of Interface
org.eclipse.jetty.server.Request.Handler
Packages that use Request.Handler
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
-
Uses of Request.Handler in org.eclipse.jetty.server
Subinterfaces of Request.Handler in org.eclipse.jetty.serverModifier and TypeInterfaceDescriptioninterfaceA Jetty component that handles HTTP requests, of any version (HTTP/1.1, HTTP/2 or HTTP/3).static interfaceAHandler.Containerthat can contain multiple otherHandlers.static interfaceAHandlerthat contains one or more otherHandlers.static interfaceAHandler.Containerthat can contain a single otherHandler.interfaceDeprecated.Classes in org.eclipse.jetty.server that implement Request.HandlerModifier and TypeClassDescriptionstatic classAn abstract implementation ofHandlerthat is aContainerLifeCycle.static classstatic classAHandler.Abstractthat implementsHandler.Container.static classAHandler.Containerthat contains a list of otherHandlers that are tried in sequence byHandler.Sequence.handle(Request, Response, Callback).static classAn implementation ofHandler.Singleton, which is aHandler.Containerthat wraps a single otherHandler.classclassA handler that can limit the size of message bodies in requests and responses.Methods in org.eclipse.jetty.server that return Request.HandlerMethods in org.eclipse.jetty.server with parameters of type Request.Handler -
Uses of Request.Handler in org.eclipse.jetty.server.handler
Classes in org.eclipse.jetty.server.handler that implement Request.HandlerModifier and TypeClassDescriptionclassDeprecated.UseHandler.AbstractclassDeprecated.classA Handler that can apply a mechanism to buffer the entire response content until the output is closed.classImplementation of aHandlerthat supports HTTP CONNECT.classclassCreates a Map of contexts to it's contained handlers based on the context path and virtual hosts of any containedContextHandlers.classDebug Handler.classDefault Handler.classclassHandler for Error pages An ErrorHandler is registered withServer.setErrorHandler(Request.Handler).classAHandler.Wrapperthat fires events during the processing of the requests.classHandler to track active requests and allow them to gracefully complete.classAHandlerContainerthat allows a hot swap of a wrapped handler.classHandler to adjust the idle timeout of requests while dispatched.classInetAddress Access HandlerclassAHandlerthat helps recording the total latency of the requests executed by the wrapped handler.classAContextHandlerwith a childHandlerthat redirects to a configurable URI.classA Handler that delegates to other handlers through a configuredPathMappings.classclassAnErrorHandlerthat can re-handle a request at an error page location.static classAnReHandlingErrorHandlerthat uses a map of error codes to select a page.classResource Handler.static classUtility class to create a ContextHandler containing a ResourceHandler.classForces a redirect to the secure form of the resource before allowed to access the resource.classAHandlerthat initiates a Shutdown of the Jetty Server it belongs to.classstatic classChecks that the wrapped handler can read/write at a minimal rate of N bytes per second.classHandler to limit the threads per IP address for DOS protectionclassInspired by nginx'stry_filesfunctionality.Methods in org.eclipse.jetty.server.handler that return Request.HandlerModifier and TypeMethodDescriptionContextHandler.getErrorHandler()ContextHandler.ScopedContext.getErrorHandler()static Request.HandlerErrorHandler.getErrorHandler(Server server, ContextHandler context) Methods in org.eclipse.jetty.server.handler with parameters of type Request.HandlerModifier and TypeMethodDescriptionvoidContextHandler.setErrorHandler(Request.Handler errorHandler) -
Uses of Request.Handler in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Request.Handler
Handler.Container