| Package | Description |
|---|---|
| com.predic8.membrane.core | |
| com.predic8.membrane.core.exchange.snapshots | |
| com.predic8.membrane.core.exchangestore | |
| com.predic8.membrane.core.rules |
| Modifier and Type | Method and Description |
|---|---|
boolean |
RuleManager.exists(RuleKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
FakeKey |
| Modifier and Type | Method and Description |
|---|---|
RuleKey |
FakeRule.getKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
FakeRule.setKey(RuleKey ruleKey) |
| Modifier and Type | Method and Description |
|---|---|
AbstractExchange[] |
ForgetfulExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
FileExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
ElasticSearchExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
ExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
LimitedMemoryExchangeStore.getExchanges(RuleKey ruleKey) |
AbstractExchange[] |
MemoryExchangeStore.getExchanges(RuleKey ruleKey) |
int |
ForgetfulExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
FileExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
ElasticSearchExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
ExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
LimitedMemoryExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
int |
MemoryExchangeStore.getNumberOfExchanges(RuleKey ruleKey) |
StatisticCollector |
ForgetfulExchangeStore.getStatistics(RuleKey ruleKey) |
StatisticCollector |
FileExchangeStore.getStatistics(RuleKey ruleKey) |
StatisticCollector |
ElasticSearchExchangeStore.getStatistics(RuleKey ruleKey) |
StatisticCollector |
ExchangeStore.getStatistics(RuleKey ruleKey) |
StatisticCollector |
LimitedMemoryExchangeStore.getStatistics(RuleKey key) |
StatisticCollector |
MemoryExchangeStore.getStatistics(RuleKey key) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRuleKey |
class |
ProxyRuleKey |
class |
ServiceProxyKey |
class |
SwaggerProxyKey |
| Modifier and Type | Field and Description |
|---|---|
protected RuleKey |
AbstractProxy.key |
| Modifier and Type | Method and Description |
|---|---|
RuleKey |
AbstractProxy.getKey() |
RuleKey |
Rule.getKey() |
RuleKey |
SSLProxy.getKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractProxy.setKey(RuleKey ruleKey) |
void |
Rule.setKey(RuleKey ruleKey) |
void |
SSLProxy.setKey(RuleKey ruleKey) |
| Constructor and Description |
|---|
AbstractProxy(RuleKey ruleKey) |
Copyright © 2021. All Rights Reserved.