public class AMQuota extends Object
| Modifier and Type | Field and Description |
|---|---|
ConcurrentHashMap<String,ApiKeyByteCounter> |
keyByteCounter |
ConcurrentHashMap<String,PolicyQuota> |
policyQuotas |
| Constructor and Description |
|---|
AMQuota() |
| Modifier and Type | Method and Description |
|---|---|
ApiManagementConfiguration |
getAmc() |
Outcome |
handleRequest(Exchange exc) |
Outcome |
handleResponse(Exchange exc) |
void |
setAmc(ApiManagementConfiguration amc) |
public ConcurrentHashMap<String,ApiKeyByteCounter> keyByteCounter
public ConcurrentHashMap<String,PolicyQuota> policyQuotas
public ApiManagementConfiguration getAmc()
public void setAmc(ApiManagementConfiguration amc)
Copyright © 2021. All Rights Reserved.