Uses of Class
org.apache.synapse.commons.throttle.core.RequestContext
Packages that use RequestContext
-
Uses of RequestContext in org.apache.synapse.commons.throttle.core.internal
Methods in org.apache.synapse.commons.throttle.core.internal with parameters of type RequestContextModifier and TypeMethodDescriptionbooleanDistributedThrottleProcessor.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)