Package | Description |
---|---|
com.xjeffrose.xio.config | |
com.xjeffrose.xio.config.thrift | |
com.xjeffrose.xio.marshall | |
com.xjeffrose.xio.marshall.thrift |
Modifier and Type | Method and Description |
---|---|
Result |
Http1Rules.add(Http1Rule http1Rule,
RuleType ruleType,
BlockingQueue<UpdateMessage> workLoad) |
Result |
Http1Rules.remove(Http1Rule http1Rule,
BlockingQueue<UpdateMessage> workLoad) |
Modifier and Type | Field and Description |
---|---|
Http1Rule |
ConfigurationService.addHttp1Rule_args.http1Rule |
Http1Rule |
ConfigurationService.removeHttp1Rule_args.http1Rule |
Modifier and Type | Method and Description |
---|---|
Http1Rule |
ConfigurationService.addHttp1Rule_args.getHttp1Rule() |
Http1Rule |
ConfigurationService.removeHttp1Rule_args.getHttp1Rule() |
Modifier and Type | Method and Description |
---|---|
Result |
ConfigurationService.Iface.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
Result |
ConfigurationService.Client.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
void |
ConfigurationService.AsyncIface.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.AsyncClient.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
Result |
ConfigurationService.Iface.removeHttp1Rule(Http1Rule http1Rule) |
Result |
ConfigurationService.Client.removeHttp1Rule(Http1Rule http1Rule) |
void |
ConfigurationService.AsyncIface.removeHttp1Rule(Http1Rule http1Rule,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.AsyncClient.removeHttp1Rule(Http1Rule http1Rule,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
ConfigurationService.Client.send_addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
void |
ConfigurationService.Client.send_removeHttp1Rule(Http1Rule http1Rule) |
ConfigurationService.addHttp1Rule_args |
ConfigurationService.addHttp1Rule_args.setHttp1Rule(Http1Rule http1Rule) |
ConfigurationService.removeHttp1Rule_args |
ConfigurationService.removeHttp1Rule_args.setHttp1Rule(Http1Rule http1Rule) |
Constructor and Description |
---|
addHttp1Rule_args(Http1Rule http1Rule,
RuleType ruleType) |
addHttp1Rule_call(Http1Rule http1Rule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
removeHttp1Rule_args(Http1Rule http1Rule) |
removeHttp1Rule_call(Http1Rule http1Rule,
org.apache.thrift.async.AsyncMethodCallback resultHandler,
org.apache.thrift.async.TAsyncClient client,
org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
static Http1DeterministicRuleEngineConfig.Rule |
ThriftUnmarshaller.build(Http1Rule rule) |
Modifier and Type | Field and Description |
---|---|
Set<Http1Rule> |
Http1Ruleset.blacklistRules |
Set<Http1Rule> |
Http1Ruleset.whitelistRules |
Modifier and Type | Method and Description |
---|---|
Http1Rule |
Http1Rule.deepCopy() |
Http1Rule |
Http1Rule.setHeaders(List<Http1HeaderTuple> headers) |
Http1Rule |
Http1Rule.setMethod(Http1Method method) |
Http1Rule |
Http1Rule.setUri(String uri) |
Http1Rule |
Http1Rule.setVersion(Http1Version version) |
Modifier and Type | Method and Description |
---|---|
Set<Http1Rule> |
Http1Ruleset.getBlacklistRules() |
Iterator<Http1Rule> |
Http1Ruleset.getBlacklistRulesIterator() |
Set<Http1Rule> |
Http1Ruleset.getWhitelistRules() |
Iterator<Http1Rule> |
Http1Ruleset.getWhitelistRulesIterator() |
Modifier and Type | Method and Description |
---|---|
void |
Http1Ruleset.addToBlacklistRules(Http1Rule elem) |
void |
Http1Ruleset.addToWhitelistRules(Http1Rule elem) |
int |
Http1Rule.compareTo(Http1Rule other) |
boolean |
Http1Rule.equals(Http1Rule that) |
Modifier and Type | Method and Description |
---|---|
Http1Ruleset |
Http1Ruleset.setBlacklistRules(Set<Http1Rule> blacklistRules) |
Http1Ruleset |
Http1Ruleset.setWhitelistRules(Set<Http1Rule> whitelistRules) |
Constructor and Description |
---|
Http1Rule(Http1Rule other)
Performs a deep copy on other.
|
Constructor and Description |
---|
Http1Ruleset(Set<Http1Rule> blacklistRules,
Set<Http1Rule> whitelistRules) |
Http1Ruleset(Set<Http1Rule> blacklistRules,
Set<Http1Rule> whitelistRules) |
Copyright © 2016. All Rights Reserved.