public abstract class TServiceClient
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected TProtocol |
iprot_ |
protected TProtocol |
oprot_ |
protected int |
seqid_ |
Constructor and Description |
---|
TServiceClient(TProtocol prot) |
TServiceClient(TProtocol iprot,
TProtocol oprot) |
Modifier and Type | Method and Description |
---|---|
TProtocol |
getInputProtocol()
Get the TProtocol being used as the input (read) protocol.
|
TProtocol |
getOutputProtocol()
Get the TProtocol being used as the output (write) protocol.
|
protected void |
receiveBase(TBase result,
java.lang.String methodName) |
protected void |
sendBase(java.lang.String methodName,
TBase args) |
protected TProtocol iprot_
protected TProtocol oprot_
protected int seqid_
public TServiceClient(TProtocol prot)
public TProtocol getInputProtocol()
public TProtocol getOutputProtocol()
protected void sendBase(java.lang.String methodName, TBase args) throws TException
TException
protected void receiveBase(TBase result, java.lang.String methodName) throws TException
TException