Uses of Class
org.eclipse.jetty.server.handler.ConditionalHandler.ElseNext
Packages that use ConditionalHandler.ElseNext
-
Uses of ConditionalHandler.ElseNext in org.eclipse.jetty.server.handler
Subclasses of ConditionalHandler.ElseNext in org.eclipse.jetty.server.handlerModifier and TypeClassDescriptionstatic class
An implementation ofConditionalHandler
that, if conditions are met, will not do any further handling by returningfalse
fromConditionalHandler.DontHandle.onConditionsMet(Request, Response, Callback)
.static class
An implementation ofConditionalHandler
that, if conditions are met, will reject the request by sending a response (by default aHttpStatus.FORBIDDEN_403
).static class
An implementation ofConditionalHandler
that, if conditions are met, will skip the nextHandler
by invoking itsnext Handler
.class
Deprecated, for removal: This API element is subject to removal in a future version.class
A Denial of Service Handler that protects from attacks by limiting the request rate from remote clients.class
AConditionalHandler
that can eagerly load content asynchronously before calling thenext handler
.
EagerContentHandler