com.twitter.finagle.Httpx

Client

Related Docs: object Client | package Httpx

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

Linear Supertypes
Serializable, Serializable, Product, Equals, StdStackClient[Request, Response, Client], StackClient[Request, Response], StackBasedClient[Request, Response], Transformable[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. StackBasedClient
  9. Transformable
  10. Parameterized
  11. Client
  12. AnyRef
  13. 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]] = Client.stack, params: Params = ...)

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 → StackClient → Parameterized
  7. def configured[P](psp: (P, Param[P])): StackClient[Request, Response]

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

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

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

    Definition Classes
    AnyRef
  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. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  25. val params: Params

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

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

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

    Definition Classes
    StdStackClient
  29. def transformed(t: Transformer): StackClient[Request, Response]

    Definition Classes
    StackClient → Transformable
  30. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. def withCompressionLevel(level: Int): Client

  34. def withDecompression(enabled: Boolean): Client

  35. def withMaxRequestSize(size: StorageUnit): Client

  36. def withMaxResponseSize(size: StorageUnit): Client

  37. def withParams(params: Params): Client

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

    Definition Classes
    StdStackClient → StackClient
  39. def withStreaming(enabled: Boolean): Client

  40. def withTls(hostname: String): Client

  41. def withTls(cfg: Netty3TransporterTLSConfig): Client

  42. 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 StackBasedClient[Request, Response]

Inherited from Transformable[StackClient[Request, Response]]

Inherited from Parameterized[StackClient[Request, Response]]

Inherited from finagle.Client[Request, Response]

Inherited from AnyRef

Inherited from Any

Ungrouped