public static class ConfigurationService.AsyncClient extends org.apache.thrift.async.TAsyncClient implements ConfigurationService.AsyncIface
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationService.AsyncClient.addHttp1Rule_call |
static class |
ConfigurationService.AsyncClient.addIpRule_call |
static class |
ConfigurationService.AsyncClient.Factory |
static class |
ConfigurationService.AsyncClient.removeHttp1Rule_call |
static class |
ConfigurationService.AsyncClient.removeIpRule_call |
Constructor and Description |
---|
AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory,
org.apache.thrift.async.TAsyncClientManager clientManager,
org.apache.thrift.transport.TNonblockingTransport transport) |
Modifier and Type | Method and Description |
---|---|
void |
addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
addIpRule(IpRule ipRule,
RuleType ruleType,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
removeHttp1Rule(Http1Rule http1Rule,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
void |
removeIpRule(IpRule ipRule,
org.apache.thrift.async.AsyncMethodCallback resultHandler) |
public AsyncClient(org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.async.TAsyncClientManager clientManager, org.apache.thrift.transport.TNonblockingTransport transport)
public void addIpRule(IpRule ipRule, RuleType ruleType, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
addIpRule
in interface ConfigurationService.AsyncIface
org.apache.thrift.TException
public void removeIpRule(IpRule ipRule, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
removeIpRule
in interface ConfigurationService.AsyncIface
org.apache.thrift.TException
public void addHttp1Rule(Http1Rule http1Rule, RuleType ruleType, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
addHttp1Rule
in interface ConfigurationService.AsyncIface
org.apache.thrift.TException
public void removeHttp1Rule(Http1Rule http1Rule, org.apache.thrift.async.AsyncMethodCallback resultHandler) throws org.apache.thrift.TException
removeHttp1Rule
in interface ConfigurationService.AsyncIface
org.apache.thrift.TException
Copyright © 2016. All Rights Reserved.