Package | Description |
---|---|
com.xjeffrose.xio.config | |
com.xjeffrose.xio.config.thrift |
Modifier and Type | Method and Description |
---|---|
Result |
Http1Rules.add(Http1Rule http1Rule,
RuleType ruleType,
BlockingQueue<UpdateMessage> workLoad) |
Result |
IpRules.add(IpRule ipRule,
RuleType ruleType,
BlockingQueue<UpdateMessage> workLoad) |
Result |
Http1Rules.remove(Http1Rule http1Rule,
BlockingQueue<UpdateMessage> workLoad) |
Result |
IpRules.remove(IpRule ipRule,
BlockingQueue<UpdateMessage> workLoad) |
Modifier and Type | Field and Description |
---|---|
Result |
ConfigurationService.addIpRule_result.success |
Result |
ConfigurationService.removeIpRule_result.success |
Result |
ConfigurationService.addHttp1Rule_result.success |
Result |
ConfigurationService.removeHttp1Rule_result.success |
Modifier and Type | Method and Description |
---|---|
Result |
ConfigurationService.Iface.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
Result |
ConfigurationService.Client.addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
Result |
ConfigurationService.Iface.addIpRule(IpRule ipRule,
RuleType ruleType) |
Result |
ConfigurationService.Client.addIpRule(IpRule ipRule,
RuleType ruleType) |
Result |
Result.deepCopy() |
Result |
ConfigurationService.AsyncClient.addIpRule_call.getResult() |
Result |
ConfigurationService.AsyncClient.removeIpRule_call.getResult() |
Result |
ConfigurationService.AsyncClient.addHttp1Rule_call.getResult() |
Result |
ConfigurationService.AsyncClient.removeHttp1Rule_call.getResult() |
Result |
ConfigurationService.addIpRule_result.getSuccess() |
Result |
ConfigurationService.removeIpRule_result.getSuccess() |
Result |
ConfigurationService.addHttp1Rule_result.getSuccess() |
Result |
ConfigurationService.removeHttp1Rule_result.getSuccess() |
Result |
ConfigurationService.Client.recv_addHttp1Rule() |
Result |
ConfigurationService.Client.recv_addIpRule() |
Result |
ConfigurationService.Client.recv_removeHttp1Rule() |
Result |
ConfigurationService.Client.recv_removeIpRule() |
Result |
ConfigurationService.Iface.removeHttp1Rule(Http1Rule http1Rule) |
Result |
ConfigurationService.Client.removeHttp1Rule(Http1Rule http1Rule) |
Result |
ConfigurationService.Iface.removeIpRule(IpRule ipRule) |
Result |
ConfigurationService.Client.removeIpRule(IpRule ipRule) |
Result |
Result.setErrorReason(String errorReason) |
Result |
Result.setSuccess(boolean success) |
Modifier and Type | Method and Description |
---|---|
org.apache.thrift.async.AsyncMethodCallback<Result> |
ConfigurationService.AsyncProcessor.addIpRule.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Result> |
ConfigurationService.AsyncProcessor.removeIpRule.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Result> |
ConfigurationService.AsyncProcessor.addHttp1Rule.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
org.apache.thrift.async.AsyncMethodCallback<Result> |
ConfigurationService.AsyncProcessor.removeHttp1Rule.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb,
int seqid) |
Modifier and Type | Method and Description |
---|---|
int |
Result.compareTo(Result other) |
boolean |
Result.equals(Result that) |
ConfigurationService.addIpRule_result |
ConfigurationService.addIpRule_result.setSuccess(Result success) |
ConfigurationService.removeIpRule_result |
ConfigurationService.removeIpRule_result.setSuccess(Result success) |
ConfigurationService.addHttp1Rule_result |
ConfigurationService.addHttp1Rule_result.setSuccess(Result success) |
ConfigurationService.removeHttp1Rule_result |
ConfigurationService.removeHttp1Rule_result.setSuccess(Result success) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationService.AsyncProcessor.addHttp1Rule.start(I iface,
ConfigurationService.addHttp1Rule_args args,
org.apache.thrift.async.AsyncMethodCallback<Result> resultHandler) |
void |
ConfigurationService.AsyncProcessor.addIpRule.start(I iface,
ConfigurationService.addIpRule_args args,
org.apache.thrift.async.AsyncMethodCallback<Result> resultHandler) |
void |
ConfigurationService.AsyncProcessor.removeHttp1Rule.start(I iface,
ConfigurationService.removeHttp1Rule_args args,
org.apache.thrift.async.AsyncMethodCallback<Result> resultHandler) |
void |
ConfigurationService.AsyncProcessor.removeIpRule.start(I iface,
ConfigurationService.removeIpRule_args args,
org.apache.thrift.async.AsyncMethodCallback<Result> resultHandler) |
Constructor and Description |
---|
addHttp1Rule_result(Result success) |
addIpRule_result(Result success) |
removeHttp1Rule_result(Result success) |
removeIpRule_result(Result success) |
Result(Result other)
Performs a deep copy on other.
|
Copyright © 2016. All Rights Reserved.