类 Gateway.Client.Factory
- java.lang.Object
-
- cool.taomu.framework.service.rpc.Gateway.Client.Factory
-
- 所有已实现的接口:
org.apache.thrift.TServiceClientFactory<Gateway.Client>
- 封闭类:
- Gateway.Client
public static class Gateway.Client.Factory extends java.lang.Object implements org.apache.thrift.TServiceClientFactory<Gateway.Client>
-
-
构造器概要
构造器 构造器 说明 Factory()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Gateway.ClientgetClient(org.apache.thrift.protocol.TProtocol prot)Gateway.ClientgetClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
-
-
-
方法详细资料
-
getClient
public Gateway.Client getClient(org.apache.thrift.protocol.TProtocol prot)
- 指定者:
getClient在接口中org.apache.thrift.TServiceClientFactory<Gateway.Client>
-
getClient
public Gateway.Client getClient(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
- 指定者:
getClient在接口中org.apache.thrift.TServiceClientFactory<Gateway.Client>
-
-