Uses of Class
org.eclipse.jetty.server.handler.ConditionalHandler
Packages that use ConditionalHandler
- 
Uses of ConditionalHandler in org.eclipse.jetty.server.handler
Subclasses of ConditionalHandler in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionclassA Handler that can apply a mechanism to buffer the entire response content until the output is closed.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.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.classAConditionalHandlerthat can eagerly load content asynchronously before calling thenext handler.classInetAddress Access HandlerclassA quality of serviceHandlerthatconditionallylimits the number of concurrent requests, to provide more predictable end-user experience in case descendantHandlers have limited capacity.classHandler to limit the number of concurrent threads per remote IP address, for DOS protection. 
EagerContentHandler