Class EchoSrv.Client

java.lang.Object
org.apache.thrift.TServiceClient
dev.vality.damsel.test.EchoSrv.Client
All Implemented Interfaces:
EchoSrv.Iface
Enclosing class:
EchoSrv

public static class EchoSrv.Client
extends org.apache.thrift.TServiceClient
implements EchoSrv.Iface
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  EchoSrv.Client.Factory  
  • Field Summary

    Fields inherited from class org.apache.thrift.TServiceClient

    iprot_, oprot_, seqid_
  • Constructor Summary

    Constructors
    Constructor Description
    Client​(org.apache.thrift.protocol.TProtocol prot)  
    Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)  
  • Method Summary

    Modifier and Type Method Description
    Shout echo​(Shout shout)  
    Shout recvEcho()  
    void sendEcho​(Shout shout)  

    Methods inherited from class org.apache.thrift.TServiceClient

    getInputProtocol, getOutputProtocol, receiveBase, sendBase, sendBaseOneway

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Client

      public Client​(org.apache.thrift.protocol.TProtocol prot)
    • Client

      public Client​(org.apache.thrift.protocol.TProtocol iprot, org.apache.thrift.protocol.TProtocol oprot)
  • Method Details

    • echo

      public Shout echo​(Shout shout) throws Failure, org.apache.thrift.TException
      Specified by:
      echo in interface EchoSrv.Iface
      Throws:
      Failure
      org.apache.thrift.TException
    • sendEcho

      public void sendEcho​(Shout shout) throws org.apache.thrift.TException
      Throws:
      org.apache.thrift.TException
    • recvEcho

      public Shout recvEcho() throws Failure, org.apache.thrift.TException
      Throws:
      Failure
      org.apache.thrift.TException