public abstract class TServiceClient extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected org.apache.thrift.protocol.TProtocol |
iprot_ |
protected org.apache.thrift.protocol.TProtocol |
oprot_ |
protected int |
seqid_ |
| 构造器和说明 |
|---|
TServiceClient(org.apache.thrift.protocol.TProtocol prot) |
TServiceClient(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot) |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.thrift.protocol.TProtocol |
getInputProtocol()
Get the TProtocol being used as the input (read) protocol.
|
org.apache.thrift.protocol.TProtocol |
getOutputProtocol()
Get the TProtocol being used as the output (write) protocol.
|
protected void |
receiveBase(org.apache.thrift.TBase<?,?> result,
String methodName) |
protected void |
sendBase(String methodName,
org.apache.thrift.TBase<?,?> args) |
protected void |
sendBaseOneway(String methodName,
org.apache.thrift.TBase<?,?> args) |
protected org.apache.thrift.protocol.TProtocol iprot_
protected org.apache.thrift.protocol.TProtocol oprot_
protected int seqid_
public TServiceClient(org.apache.thrift.protocol.TProtocol prot)
public TServiceClient(org.apache.thrift.protocol.TProtocol iprot,
org.apache.thrift.protocol.TProtocol oprot)
public org.apache.thrift.protocol.TProtocol getInputProtocol()
public org.apache.thrift.protocol.TProtocol getOutputProtocol()
protected void sendBase(String methodName, org.apache.thrift.TBase<?,?> args) throws org.apache.thrift.TException
org.apache.thrift.TExceptionprotected void sendBaseOneway(String methodName, org.apache.thrift.TBase<?,?> args) throws org.apache.thrift.TException
org.apache.thrift.TExceptionprotected void receiveBase(org.apache.thrift.TBase<?,?> result,
String methodName)
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright © 2021. All rights reserved.