List of usage examples for org.apache.thrift TServiceClient subclass-usage
From source file com.flipkart.phantom.thrift.impl.ProxyServiceClient.java
/**
* <code>ProxyServiceClient</code> is a sub-type of the Thrift {@link org.apache.thrift.TServiceClient} that retains the sequence ID of the calling message when
* invoking the target thrift service. It additionally writes the TBase result from a call invocation into the invoking client's {@link org.apache.thrift.protocol.TProtocol} instance
* i.e. relays the service response to the client as is in the Thrift protocol format.
*
* @author devashishshankar
From source file org.apache.accumulo.core.rpc.TServiceClientWrapper.java
public abstract class TServiceClientWrapper extends TServiceClient { public TServiceClientWrapper(TProtocol iprot, TProtocol oprot) { super(iprot, oprot); }