org.apache.blur.thirdparty.thrift_0_9_0
Class TServiceClient
java.lang.Object
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.
TServiceClient
public TServiceClient(TProtocol prot)
TServiceClient
public TServiceClient(TProtocol iprot,
TProtocol oprot)
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.