com.evernote.thrift
Interface TServiceClient

All Known Implementing Classes:
NoteStore.Client, UserStore.Client

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.


getOutputProtocol

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



Copyright © 2013. All Rights Reserved.