io.github.finagle.Serial

Client

Related Doc: package Serial

case class Client[Req, Rep](reqCodec: C[Req], repCodec: C[Rep], muxer: StackClient[Request, Response] = ...) extends com.twitter.finagle.Client[Req, Rep] with Parameterized[Client[Req, Rep]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, Parameterized[Client[Req, Rep]], com.twitter.finagle.Client[Req, Rep], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Client
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Parameterized
  7. Client
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Client(reqCodec: C[Req], repCodec: C[Rep], muxer: StackClient[Request, Response] = ...)

Value Members

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

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def configured[P](p: P)(implicit arg0: Param[P]): Client[Req, Rep]

    Definition Classes
    Parameterized
  7. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  8. def finalize(): Unit

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

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

    Definition Classes
    Any
  11. val muxer: StackClient[Request, Response]

  12. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def newClient(dest: Name, label: String): ServiceFactory[Req, Rep]

    Definition Classes
    Client → Client
  14. final def newClient(dest: String, label: String): ServiceFactory[Req, Rep]

    Definition Classes
    Client
  15. final def newClient(dest: String): ServiceFactory[Req, Rep]

    Definition Classes
    Client
  16. final def newService(dest: String): Service[Req, Rep]

    Definition Classes
    Client
  17. def newService(dest: Name, label: String): Service[Req, Rep]

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

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

    Definition Classes
    AnyRef
  20. def params: Params

    Definition Classes
    Client → Parameterized
  21. val repCodec: C[Rep]

  22. val reqCodec: C[Req]

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

    Definition Classes
    AnyRef
  24. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. def withParams(ps: Params): Client[Req, Rep]

    Definition Classes
    Client → Parameterized

Deprecated Value Members

  1. final def newClient(dest: Group[SocketAddress]): ServiceFactory[Req, Rep]

    Definition Classes
    Client
    Annotations
    @deprecated
    Deprecated

    (Since version 6.7.x) Use destination names

  2. final def newService(dest: Group[SocketAddress]): Service[Req, Rep]

    Definition Classes
    Client
    Annotations
    @deprecated
    Deprecated

    (Since version 6.7.x) Use destination names

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Parameterized[Client[Req, Rep]]

Inherited from com.twitter.finagle.Client[Req, Rep]

Inherited from AnyRef

Inherited from Any

Ungrouped