Uses of Class
org.apache.synapse.commons.throttle.core.CallerContext
-
-
Uses of CallerContext in org.apache.synapse.commons.throttle.core
Methods in org.apache.synapse.commons.throttle.core that return CallerContext Modifier and Type Method Description CallerContextCallerContext. clone()CallerContextThrottleContext. getCallerContext(String id)To get the runtime states of a remote callerCallerContextThrottleDataHolder. getCallerContext(String id)Methods in org.apache.synapse.commons.throttle.core that return types with arguments of type CallerContext Modifier and Type Method Description static javax.cache.Cache<String,CallerContext>ThrottleUtil. getThrottleCache()Methods in org.apache.synapse.commons.throttle.core with parameters of type CallerContext Modifier and Type Method Description voidThrottleContext. addAndFlushCallerContext(CallerContext callerContext, String id)To add the caller and replicates the states of the given callervoidThrottleContext. addCallerContext(CallerContext callerContext, String id)setting callerContext - put callersMap against time and put time against remote caller id (ip/domain)voidThrottleDataHolder. addCallerContext(String id, CallerContext callerContext)voidThrottleContext. flushCallerContext(CallerContext callerContext, String id)To replicates the states of the already exist caller -
Uses of CallerContext in org.apache.synapse.commons.throttle.core.factory
Methods in org.apache.synapse.commons.throttle.core.factory that return CallerContext Modifier and Type Method Description static CallerContextCallerContextFactory. createCaller(int throttletype, String id)To create a CallerContext(the run time data holder for a remote caller) for the given throttle type. -
Uses of CallerContext in org.apache.synapse.commons.throttle.core.impl.domainbase
Subclasses of CallerContext in org.apache.synapse.commons.throttle.core.impl.domainbase Modifier and Type Class Description classDomainBaseCallerContextCaller Context implementation for domain name based throttle type caller -
Uses of CallerContext in org.apache.synapse.commons.throttle.core.impl.ipbase
Subclasses of CallerContext in org.apache.synapse.commons.throttle.core.impl.ipbase Modifier and Type Class Description classIPBaseCallerContextCaller Context implementation for ip name based throttle type caller -
Uses of CallerContext in org.apache.synapse.commons.throttle.core.impl.rolebase
Subclasses of CallerContext in org.apache.synapse.commons.throttle.core.impl.rolebase Modifier and Type Class Description classRoleBaseCallerContext
-