Class TServiceClient


  • public abstract class TServiceClient
    extends java.lang.Object
    A TServiceClient is used to communicate with a TService implementation across protocols and transports.
    • Field Detail

      • seqid_

        protected int seqid_
    • Constructor Detail

      • TServiceClient

        public TServiceClient​(TProtocol prot)
    • 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.
      • receiveBase

        protected void receiveBase​(TBase result,
                                   java.lang.String methodName)
                            throws TException
        Throws:
        TException