Uses of Class
org.eclipse.jetty.server.Handler.Abstract
Packages that use Handler.Abstract
Package
Description
Jetty Server : Core Server API
Jetty Server : Core Handler API
Jetty GZIP Handler
Jetty Core Server : JMX Integration
-
Uses of Handler.Abstract in org.eclipse.jetty.server
Subclasses of Handler.Abstract in org.eclipse.jetty.serverModifier and TypeClassDescriptionstatic 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. -
Uses of Handler.Abstract in org.eclipse.jetty.server.handler
Subclasses of Handler.Abstract in org.eclipse.jetty.server.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, callsConditionalHandler.nextHandler(Request, Response, Callback), otherwise sends an error response with a configurable HTTP status code, by default403(Forbidden).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.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 classclassAHandler.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.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. -
Uses of Handler.Abstract in org.eclipse.jetty.server.handler.gzip
Subclasses of Handler.Abstract in org.eclipse.jetty.server.handler.gzipModifier 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 Handler.Abstract in org.eclipse.jetty.server.jmx
Methods in org.eclipse.jetty.server.jmx that return Handler.Abstract
SizeLimitHandlerinstead.