org.apache.thrift
Interface TServiceClient


public interface TServiceClient

A TServiceClient is used to communicate with a TService implementation across protocols and transports.


Method Summary
 TProtocol getInputProtocol()
          Get the TProtocol being used as the input (read) protocol.
 TProtocol getOutputProtocol()
          Get the TProtocol being used as the output (write) protocol.
 

Method Detail

getInputProtocol

TProtocol getInputProtocol()
Get the TProtocol being used as the input (read) protocol.

Returns:

getOutputProtocol

TProtocol getOutputProtocol()
Get the TProtocol being used as the output (write) protocol.

Returns: