com.twitter.finagle.Httpx

Client

case class Client(stack: Stack[ServiceFactory[Request, Response]] = ..., params: Params = StackClient.defaultParams) extends StdStackClient[Request, Response, Client] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, StdStackClient[Request, Response, Client], StackClient[Request, Response], Parameterized[StackClient[Request, Response]], finagle.Client[Request, Response], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Client
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. StdStackClient
  7. StackClient
  8. Parameterized
  9. Client
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Client(stack: Stack[ServiceFactory[Request, Response]] = ..., params: Params = StackClient.defaultParams)

Type Members

  1. type In = Any

    Attributes
    protected
    Definition Classes
    Client → StdStackClient
  2. type Out = Any

    Attributes
    protected
    Definition Classes
    Client → StdStackClient

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

    Definition Classes
    StdStackClient → Parameterized
  7. def copy1(stack: Stack[ServiceFactory[Request, Response]] = this.stack, params: Params = this.params): Client

    Attributes
    protected
    Definition Classes
    Client → StdStackClient
  8. def endpointer: Stackable[ServiceFactory[Request, Response]]

    Attributes
    protected
    Definition Classes
    StdStackClient
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef
  14. def newClient(dest: Name, label0: String): ServiceFactory[Request, Response]

    Definition Classes
    StdStackClient → Client
  15. final def newClient(dest: String, label: String): ServiceFactory[Request, Response]

    Definition Classes
    Client
  16. final def newClient(dest: String): ServiceFactory[Request, Response]

    Definition Classes
    Client
  17. def newDispatcher(transport: Transport[Any, Any]): Service[Request, Response]

    Attributes
    protected
    Definition Classes
    Client → StdStackClient
  18. def newService(dest: Name, label: String): Service[Request, Response]

    Definition Classes
    StdStackClient → Client
  19. final def newService(dest: String): Service[Request, Response]

    Definition Classes
    Client
  20. def newTransporter(): Transporter[Any, Any]

    Attributes
    protected
    Definition Classes
    Client → StdStackClient
  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. val params: Params

    Definition Classes
    Client → StackClient → Parameterized
  24. val stack: Stack[ServiceFactory[Request, Response]]

    Definition Classes
    Client → StackClient
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def transformed(f: (Stack[ServiceFactory[Request, Response]]) ⇒ Stack[ServiceFactory[Request, Response]]): Client

    Definition Classes
    StdStackClient
  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def withMaxRequestSize(size: StorageUnit): Client

  31. def withMaxResponseSize(size: StorageUnit): Client

  32. def withParams(params: Params): Client

    Definition Classes
    StdStackClient → Parameterized
  33. def withStack(stack: Stack[ServiceFactory[Request, Response]]): Client

    Definition Classes
    StdStackClient → StackClient
  34. def withTls(hostname: String): Client

  35. def withTls(cfg: Netty3TransporterTLSConfig): Client

  36. def withTlsWithoutValidation(): Client

Deprecated Value Members

  1. final def newClient(dest: Group[SocketAddress]): ServiceFactory[Request, Response]

    Definition Classes
    Client
    Annotations
    @deprecated
    Deprecated

    (Since version 6.7.x) Use destination names

  2. final def newService(dest: Group[SocketAddress]): Service[Request, Response]

    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 StdStackClient[Request, Response, Client]

Inherited from StackClient[Request, Response]

Inherited from Parameterized[StackClient[Request, Response]]

Inherited from finagle.Client[Request, Response]

Inherited from AnyRef

Inherited from Any

Ungrouped