com.foursquare.spindle.test.gen.AService

Client

class Client extends TServiceClient with Iface

Linear Supertypes
Iface, TServiceClient, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Client
  2. Iface
  3. TServiceClient
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Client(prot: TProtocol)

  2. new Client(iprot: TProtocol, oprot: TProtocol)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add(x: Int, y: Int): Int

    Definition Classes
    ClientIface
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  13. def getInputProtocol(): TProtocol

    Definition Classes
    TServiceClient
  14. def getOutputProtocol(): TProtocol

    Definition Classes
    TServiceClient
  15. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. def oneWayVoidMethod(): Unit

    Definition Classes
    ClientIface
  21. def receiveBase(arg0: TBase[_ <: TBase[_, _], _ <: TFieldIdEnum], arg1: String): Unit

    Attributes
    protected[org.apache.thrift]
    Definition Classes
    TServiceClient
    Annotations
    @throws( ... )
  22. def recv_add(): Int

  23. def recv_voidMethod(): Unit

  24. def sendBase(arg0: String, arg1: TBase[_ <: TBase[_, _], _ <: TFieldIdEnum]): Unit

    Attributes
    protected[org.apache.thrift]
    Definition Classes
    TServiceClient
    Annotations
    @throws( ... )
  25. def send_add(x: Int, y: Int): Unit

  26. def send_oneWayVoidMethod(): Unit

  27. def send_voidMethod(): Unit

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def voidMethod(): Unit

    Definition Classes
    ClientIface
  31. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Iface

Inherited from TServiceClient

Inherited from AnyRef

Inherited from Any

Ungrouped