Uses of Interface
org.eclipse.jetty.server.Request.Handler
Packages that use Request.Handler
Package
Description
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Modular Servlet Integration
Jetty Util : Modular Web Application Support
Jetty Server : Core Handler API
Jetty Server : Core Handler API
Jetty Rewrite : Rewrite Handler and Rules for Jetty
Jetty Security : Modular Support for Security in Jetty
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Server : Session Management Implementations
- 
Uses of Request.Handler in org.eclipse.jetty.compression.server
Classes in org.eclipse.jetty.compression.server that implement Request.HandlerModifier and TypeClassDescriptionclassCompressionHandler to provide compression of response bodies and decompression of request bodies. - 
Uses of Request.Handler in org.eclipse.jetty.coreapp
Classes in org.eclipse.jetty.coreapp that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.ee10.servlet
Classes in org.eclipse.jetty.ee10.servlet that implement Request.HandlerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classServlet Context.classServlet HttpHandler.classMethods in org.eclipse.jetty.ee10.servlet that return Request.HandlerModifier and TypeMethodDescriptionstatic Request.HandlerErrorHandler.getErrorHandler(Server server, ContextHandler context)  - 
Uses of Request.Handler in org.eclipse.jetty.ee10.servlet.security
Classes in org.eclipse.jetty.ee10.servlet.security that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.ee10.webapp
Classes in org.eclipse.jetty.ee10.webapp that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.ee11.servlet
Classes in org.eclipse.jetty.ee11.servlet that implement Request.HandlerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classclassAn ErrorHandler that maps exceptions and status codes to URIs for dispatch using the internal ERROR style of dispatch.classServlet Context.classServlet HttpHandler.classMethods in org.eclipse.jetty.ee11.servlet that return Request.HandlerModifier and TypeMethodDescriptionstatic Request.HandlerErrorHandler.getErrorHandler(Server server, ContextHandler context)  - 
Uses of Request.Handler in org.eclipse.jetty.ee11.servlet.security
Classes in org.eclipse.jetty.ee11.servlet.security that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.ee11.webapp
Classes in org.eclipse.jetty.ee11.webapp that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.ee8.nested
Classes in org.eclipse.jetty.ee8.nested that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.ee9.nested
Classes in org.eclipse.jetty.ee9.nested that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.fcgi.proxy
Classes in org.eclipse.jetty.fcgi.proxy that implement Request.HandlerModifier and TypeClassDescriptionclassSpecific implementation ofProxyHandler.Reversefor FastCGI. - 
Uses of Request.Handler in org.eclipse.jetty.http.spi
Classes in org.eclipse.jetty.http.spi that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.proxy
Classes in org.eclipse.jetty.proxy that implement Request.HandlerModifier and TypeClassDescriptionclassAHandlerthat can be used to implement aforward proxy ("proxy")or areverse proxy ("gateway")as defined by RFC 7230.static classAProxyHandlerthat can be used to implement a forward proxy server.static classAProxyHandlerthat can be used to implement a reverse proxy. - 
Uses of Request.Handler in org.eclipse.jetty.rewrite.handler
Classes in org.eclipse.jetty.rewrite.handler that implement Request.HandlerModifier and TypeClassDescriptionclassRewriteHandlerrewrites incoming requests through a set ofRules. - 
Uses of Request.Handler in org.eclipse.jetty.security
Classes in org.eclipse.jetty.security that implement Request.HandlerModifier and TypeClassDescriptionclassAbstract SecurityHandler.static classA concrete implementation ofSecurityHandlerthat uses aPathMappingsto match request to a list ofConstraints, which are applied in the order of least significant to most significant. - 
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 one single otherHandler.interfaceDeprecated.Classes in org.eclipse.jetty.server that implement Request.HandlerModifier and TypeClassDescriptionstatic classAn abstract implementation ofHandlerthat is aContainerLifeCycle.static classAn abstractHandlerwith aInvocable.InvocationType.NON_BLOCKINGinvocation type.static classAHandler.Abstractthat implementsHandler.Container.static classAHandler.Containerthat contains an ordered list of childrenHandlers whoseRequest.Handler.handle(Request, Response, Callback)method is invoked in sequence on each child until a child returnstrue.static classAn implementation ofHandler.Singleton, which is aHandler.Containerthat wraps one single otherHandler.classclassDeprecated, for removal: This API element is subject to removal in a future version.useSizeLimitHandlerinstead.Methods in org.eclipse.jetty.server that return Request.HandlerModifier and TypeMethodDescriptionContext.getErrorHandler()Context.Wrapper.getErrorHandler()Server.getErrorHandler()Methods 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.classAHandler.Wrapperthat conditionally handles aRequest.static classAn AbstractConditionalHandler.static classAn implementation ofConditionalHandlerthat, if conditions are met, will not do any further handling by returningfalsefromConditionalHandler.DontHandle.onConditionsMet(Request, Response, Callback).static classAn abstract implementation ofConditionalHandlerthat, if conditions are not met, will call theConditionalHandler.nextHandler(Request, Response, Callback)fromConditionalHandler.ElseNext.onConditionsNotMet(Request, Response, Callback).static classAn implementation ofConditionalHandlerthat, if conditions are met, will reject the request by sending a response (by default aHttpStatus.FORBIDDEN_403).static classAn implementation ofConditionalHandlerthat, if conditions are met, will skip the nextHandlerby invoking itsnext Handler.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.classImplementation of the CORS protocol defined by the fetch standard.classDebug Handler.classThis default handler will deal with unhandled requests in the server.classDeprecated, for removal: This API element is subject to removal in a future version.classA Denial of Service Handler that protects from attacks by limiting the request rate from remote clients.static classA Handler to reject DoS requests after first delaying them.static classA Handler to reject DoS requests with a status code or failure.classDumps GET and POST requests as HTML response content.classAConditionalHandlerthat can eagerly load content asynchronously before calling thenext handler.classA utility handler that echoes content from the request to the response.static classstatic classstatic classstatic 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.static classA PathMappingsHandler that does not change theContextor any other aspect of the requestclassA quality of serviceHandlerthatconditionallylimits the number of concurrent requests, to provide more predictable end-user experience in case descendantHandlers have limited capacity.classAnErrorHandlerthat can re-handle a request at an error page location.static classAnReHandlingErrorHandlerthat uses a map of error codes to select a page.classResource Handler will serve static content and handle If-Modified-Since headers.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.classAHandlerthat can limit the size of message bodies in requests and responses.classA troubleshootingHandler.Wrapperthat tracks whetherHandler/Request/Responseasynchronous APIs are properly used by applications.classstatic classChecks that the wrapped handler can read/write at a minimal rate of N bytes per second.classHandler to limit the number of concurrent threads per remote IP address, for DOS protection.classInspired 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) Constructors in org.eclipse.jetty.server.handler with parameters of type Request.HandlerModifierConstructorDescriptionDelayedRejectHandler(long delayMs, int maxDelayQueue, Request.Handler reject) DoSHandler(Function<Request, String> clientIdFn, DoSHandler.Tracker.Factory trackerFactory, Request.Handler rejectHandler, int maxTrackers) DoSHandler(Handler handler, Function<Request, String> clientIdFn, DoSHandler.Tracker.Factory trackerFactory, Request.Handler rejectHandler, int maxTrackers) DoSHandler(Handler handler, Function<Request, String> clientIdFn, DoSHandler.Tracker.Factory trackerFactory, Request.Handler rejectHandler, int maxTrackers, boolean rejectUntracked)  - 
Uses of Request.Handler in org.eclipse.jetty.server.handler.gzip
Classes in org.eclipse.jetty.server.handler.gzip that implement Request.HandlerModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.use the newCompressionHandleravailable inorg.eclipse.jetty.compression:jetty-compression-serverwith your choice of compression implementation (gzip isorg.eclipse.jetty.compression:jetty-compression-gzip, brotli isorg.eclipse.jetty.compression:jetty-compression-brotli, and zstandard isorg.eclipse.jetty.compression:jetty-compression-zstandard) - 
Uses of Request.Handler in org.eclipse.jetty.session
Classes in org.eclipse.jetty.session that implement Request.HandlerMethods in org.eclipse.jetty.session with parameters of type Request.HandlerModifier and TypeMethodDescriptionbooleanSessionHandler.SessionRequest.process(Request.Handler handler, Response response, Callback callback)  - 
Uses of Request.Handler in org.eclipse.jetty.staticapp
Classes in org.eclipse.jetty.staticapp that implement Request.HandlerModifier and TypeClassDescriptionclassAContextHandlerthat only serves static content from any source supported byResourceHandler. - 
Uses of Request.Handler in org.eclipse.jetty.websocket.core.server
Classes in org.eclipse.jetty.websocket.core.server that implement Request.Handler - 
Uses of Request.Handler in org.eclipse.jetty.websocket.server
Classes in org.eclipse.jetty.websocket.server that implement Request.Handler 
EagerContentHandler