Uses of Class
io.apiman.gateway.engine.policies.probe.RateLimitingProbeConfig
-
Packages that use RateLimitingProbeConfig Package Description io.apiman.gateway.engine.policies io.apiman.gateway.engine.policies.limiting io.apiman.gateway.engine.policies.probe -
-
Uses of RateLimitingProbeConfig in io.apiman.gateway.engine.policies
Methods in io.apiman.gateway.engine.policies that return types with arguments of type RateLimitingProbeConfig Modifier and Type Method Description Class<RateLimitingProbeConfig>RateLimitingPolicy. getProbeRequestClass()Class<RateLimitingProbeConfig>TransferQuotaPolicy. getProbeRequestClass()Methods in io.apiman.gateway.engine.policies with parameters of type RateLimitingProbeConfig Modifier and Type Method Description protected StringTransferQuotaPolicy. bucketId(RateLimitingProbeConfig request, ProbeContext probeContext, TransferQuotaConfig config)voidRateLimitingPolicy. probe(RateLimitingProbeConfig probeRequest, RateLimitingConfig policyConfig, ProbeContext probeContext, IPolicyContext context, IAsyncResultHandler<IPolicyProbeResponse> resultHandler)voidTransferQuotaPolicy. probe(RateLimitingProbeConfig probeRequest, TransferQuotaConfig policyConfig, ProbeContext probeContext, IPolicyContext context, IAsyncResultHandler<IPolicyProbeResponse> resultHandler) -
Uses of RateLimitingProbeConfig in io.apiman.gateway.engine.policies.limiting
Methods in io.apiman.gateway.engine.policies.limiting with parameters of type RateLimitingProbeConfig Modifier and Type Method Description StringBucketFactory. bucketId(RateLimitingProbeConfig probeConfig, ProbeContext probeContext, RateLimitingConfig config)Generate rate limiting bucket ID for a probe request -
Uses of RateLimitingProbeConfig in io.apiman.gateway.engine.policies.probe
Methods in io.apiman.gateway.engine.policies.probe that return RateLimitingProbeConfig Modifier and Type Method Description RateLimitingProbeConfigRateLimitingProbeConfig. setApiKey(String apiKey)RateLimitingProbeConfigRateLimitingProbeConfig. setCallerIp(String callerIp)RateLimitingProbeConfigRateLimitingProbeConfig. setUser(String user)
-