Uses of Class
org.eclipse.jetty.server.handler.ConditionalHandler
-
Uses of ConditionalHandler in org.eclipse.jetty.server.handler
Modifier and TypeClassDescriptionclass
A Handler that can apply a mechanism to buffer the entire response content until the output is closed.static class
An AbstractConditionalHandler
.static 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 abstract implementation ofConditionalHandler
that, if conditions are not met, will call thenextHandler(Request, Response, Callback)
fromConditionalHandler.ElseNext.onConditionsNotMet(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
InetAddress Access Handlerclass
A quality of serviceHandler
thatconditionally
limits the number of concurrent requests, to provide more predictable end-user experience in case descendantHandler
s have limited capacity.class
Handler to limit the threads per IP address for DOS protection