Uses of Class
org.apache.synapse.commons.throttle.core.RequestContext
-
Packages that use RequestContext Package Description org.apache.synapse.commons.throttle.core.internal -
-
Uses of RequestContext in org.apache.synapse.commons.throttle.core.internal
Methods in org.apache.synapse.commons.throttle.core.internal with parameters of type RequestContext Modifier and Type Method Description boolean
DistributedThrottleProcessor. canAccessBasedOnUnitTime(CallerContext callerContext, CallerConfiguration configuration, ThrottleContext throttleContext, RequestContext requestContext)
boolean
DistributedThrottleProcessor. canAccessIfUnitTimeNotOver(CallerContext callerContext, CallerConfiguration configuration, ThrottleContext throttleContext, RequestContext requestContext)
boolean
DistributedThrottleProcessor. canAccessIfUnitTimeOver(CallerContext callerContext, CallerConfiguration configuration, ThrottleContext throttleContext, RequestContext requestContext)
void
DistributedThrottleProcessor. syncThrottleCounterParams(CallerContext callerContext, boolean incrementLocalCounter, RequestContext requestContext)
-