public class Ruleset extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Ruleset.Markable<T> |
Constructor and Description |
---|
Ruleset() |
Ruleset(com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Ruleset other) |
Http1DeterministicRuleEngineConfig |
mutateHttp1Rules() |
IpAddressDeterministicRuleEngineConfig |
mutateIpRules() |
void |
populateHttp1Rules(Map<Http1DeterministicRuleEngineConfig.Rule,RuleType> rules) |
void |
populateIpRules(Map<InetAddress,RuleType> rules) |
void |
read(ReadProvider reader) |
long |
write(WriteProvider writer) |
public Ruleset()
public Ruleset(com.typesafe.config.Config config)
public long write(WriteProvider writer)
public void read(ReadProvider reader)
public IpAddressDeterministicRuleEngineConfig mutateIpRules()
public void populateIpRules(Map<InetAddress,RuleType> rules)
public void populateHttp1Rules(Map<Http1DeterministicRuleEngineConfig.Rule,RuleType> rules)
public Http1DeterministicRuleEngineConfig mutateHttp1Rules()
public boolean equals(Ruleset other)
Copyright © 2016. All Rights Reserved.