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 booleanDistributedThrottleProcessor. canAccessBasedOnUnitTime(CallerContext callerContext, CallerConfiguration configuration, ThrottleContext throttleContext, RequestContext requestContext)booleanDistributedThrottleProcessor. canAccessIfUnitTimeNotOver(CallerContext callerContext, CallerConfiguration configuration, ThrottleContext throttleContext, RequestContext requestContext)booleanDistributedThrottleProcessor. canAccessIfUnitTimeOver(CallerContext callerContext, CallerConfiguration configuration, ThrottleContext throttleContext, RequestContext requestContext)voidDistributedThrottleProcessor. syncThrottleCounterParams(CallerContext callerContext, boolean incrementLocalCounter, RequestContext requestContext)
-