public static class ConfigurationService.Client extends org.apache.thrift.TServiceClient implements ConfigurationService.Iface
Modifier and Type | Class and Description |
---|---|
static class |
ConfigurationService.Client.Factory |
Constructor and Description |
---|
Client(org.apache.thrift.protocol.TProtocol prot) |
Client(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
Modifier and Type | Method and Description |
---|---|
Result |
addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
Result |
addIpRule(IpRule ipRule,
RuleType ruleType) |
Result |
recv_addHttp1Rule() |
Result |
recv_addIpRule() |
Result |
recv_removeHttp1Rule() |
Result |
recv_removeIpRule() |
Result |
removeHttp1Rule(Http1Rule http1Rule) |
Result |
removeIpRule(IpRule ipRule) |
void |
send_addHttp1Rule(Http1Rule http1Rule,
RuleType ruleType) |
void |
send_addIpRule(IpRule ipRule,
RuleType ruleType) |
void |
send_removeHttp1Rule(Http1Rule http1Rule) |
void |
send_removeIpRule(IpRule ipRule) |
public Client(org.apache.thrift.protocol.TProtocol prot)
public Client(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
public Result addIpRule(IpRule ipRule, RuleType ruleType) throws org.apache.thrift.TException
addIpRule
in interface ConfigurationService.Iface
org.apache.thrift.TException
public void send_addIpRule(IpRule ipRule, RuleType ruleType) throws org.apache.thrift.TException
org.apache.thrift.TException
public Result recv_addIpRule() throws org.apache.thrift.TException
org.apache.thrift.TException
public Result removeIpRule(IpRule ipRule) throws org.apache.thrift.TException
removeIpRule
in interface ConfigurationService.Iface
org.apache.thrift.TException
public void send_removeIpRule(IpRule ipRule) throws org.apache.thrift.TException
org.apache.thrift.TException
public Result recv_removeIpRule() throws org.apache.thrift.TException
org.apache.thrift.TException
public Result addHttp1Rule(Http1Rule http1Rule, RuleType ruleType) throws org.apache.thrift.TException
addHttp1Rule
in interface ConfigurationService.Iface
org.apache.thrift.TException
public void send_addHttp1Rule(Http1Rule http1Rule, RuleType ruleType) throws org.apache.thrift.TException
org.apache.thrift.TException
public Result recv_addHttp1Rule() throws org.apache.thrift.TException
org.apache.thrift.TException
public Result removeHttp1Rule(Http1Rule http1Rule) throws org.apache.thrift.TException
removeHttp1Rule
in interface ConfigurationService.Iface
org.apache.thrift.TException
public void send_removeHttp1Rule(Http1Rule http1Rule) throws org.apache.thrift.TException
org.apache.thrift.TException
public Result recv_removeHttp1Rule() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2016. All Rights Reserved.