Uses of Interface
org.apache.synapse.commons.throttle.core.ThrottleConfiguration
Packages that use ThrottleConfiguration
Package
Description
-
Uses of ThrottleConfiguration in org.apache.synapse.commons.throttle.core
Methods in org.apache.synapse.commons.throttle.core that return ThrottleConfigurationModifier and TypeMethodDescriptionThrottle.getThrottleConfiguration(String key) Returns the ThrottleConfiguration for a given key - configuration holds all static data for registered callersThrottleContext.getThrottleConfiguration()To get the ThrottleConfigurationMethods in org.apache.synapse.commons.throttle.core with parameters of type ThrottleConfigurationModifier and TypeMethodDescriptionvoidThrottle.addThrottleConfiguration(String key, ThrottleConfiguration throttleConfiguration) Adds a ThrottleConfiguration with the given key - configuration holds all static data for registered callersConstructors in org.apache.synapse.commons.throttle.core with parameters of type ThrottleConfigurationModifierConstructorDescriptionThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator) default constructor – expects a throttle configuration. -
Uses of ThrottleConfiguration in org.apache.synapse.commons.throttle.core.factory
Methods in org.apache.synapse.commons.throttle.core.factory that return ThrottleConfigurationModifier and TypeMethodDescriptionstatic ThrottleConfigurationThrottleConfigurationFactory.createThrottleConfiguration(int throttletype) To create a ThrottleConfiguration for the given throttle typeMethods in org.apache.synapse.commons.throttle.core.factory with parameters of type ThrottleConfigurationModifier and TypeMethodDescriptionstatic ThrottleContextThrottleContextFactory.createThrottleContext(int throttletype, ThrottleConfiguration configuration) To create a ThrottleContext for the given throttle type Needs to provide a throttle configuration -
Uses of ThrottleConfiguration in org.apache.synapse.commons.throttle.core.impl.domainbase
Classes in org.apache.synapse.commons.throttle.core.impl.domainbase that implement ThrottleConfigurationModifier and TypeClassDescriptionclassHolds all the controlling policy parameter for all domain namesConstructors in org.apache.synapse.commons.throttle.core.impl.domainbase with parameters of type ThrottleConfigurationModifierConstructorDescriptionDomainBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator replicator) -
Uses of ThrottleConfiguration in org.apache.synapse.commons.throttle.core.impl.ipbase
Classes in org.apache.synapse.commons.throttle.core.impl.ipbase that implement ThrottleConfigurationConstructors in org.apache.synapse.commons.throttle.core.impl.ipbase with parameters of type ThrottleConfigurationModifierConstructorDescriptionIPBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator replicator) -
Uses of ThrottleConfiguration in org.apache.synapse.commons.throttle.core.impl.rolebase
Classes in org.apache.synapse.commons.throttle.core.impl.rolebase that implement ThrottleConfigurationConstructors in org.apache.synapse.commons.throttle.core.impl.rolebase with parameters of type ThrottleConfigurationModifierConstructorDescriptionRoleBaseThrottleContext(ThrottleConfiguration throttleConfiguration, ThrottleReplicator throttleReplicator)