org.apache.blur.thirdparty.thrift_0_9_0
Class TServiceClient

java.lang.Object
  extended by org.apache.blur.thirdparty.thrift_0_9_0.TServiceClient
Direct Known Subclasses:
Blur.Client

public abstract class TServiceClient
extends Object

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


Constructor Summary
TServiceClient(TProtocol prot)
           
TServiceClient(TProtocol iprot, TProtocol oprot)
           
 
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.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TServiceClient

public TServiceClient(TProtocol prot)

TServiceClient

public TServiceClient(TProtocol iprot,
                      TProtocol oprot)
Method Detail

getInputProtocol

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

Returns:
the TProtocol being used as the input (read) protocol.

getOutputProtocol

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

Returns:
the TProtocol being used as the output (write) protocol.


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.