Class/Object

com.twitter.finagle.Http

Client

Related Docs: object Client | package Http

Permalink

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

Linear Supertypes
Serializable, Serializable, Product, Equals, StdStackClient[HttpRequest, HttpResponse, Client], StackClient[HttpRequest, HttpResponse], StackBasedClient[HttpRequest, HttpResponse], Transformable[StackClient[HttpRequest, HttpResponse]], Parameterized[StackClient[HttpRequest, HttpResponse]], finagle.Client[HttpRequest, HttpResponse], 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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Client(stack: Stack[ServiceFactory[HttpRequest, HttpResponse]] = Client.stack, params: Params = ...)

    Permalink

Type Members

  1. type In = Any

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

    Permalink
    Attributes
    protected
    Definition Classes
    Client → StdStackClient

Value Members

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

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

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

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

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

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

    Permalink
    Definition Classes
    StdStackClient → StackClient → Parameterized
  7. def configured[P](psp: (P, Param[P])): StackClient[HttpRequest, HttpResponse]

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

    Permalink
    Attributes
    protected
    Definition Classes
    Client → StdStackClient
  9. def endpointer: Stackable[ServiceFactory[HttpRequest, HttpResponse]]

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

    Permalink
    Definition Classes
    AnyRef
  11. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    AnyRef
  15. def newClient(dest: Name, label0: String): ServiceFactory[HttpRequest, HttpResponse]

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

    Permalink
    Definition Classes
    Client
  17. final def newClient(dest: String): ServiceFactory[HttpRequest, HttpResponse]

    Permalink
    Definition Classes
    Client
  18. def newDispatcher(transport: Transport[Any, Any]): Service[HttpRequest, HttpResponse]

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

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

    Permalink
    Definition Classes
    Client
  21. final def newService(dest: String): Service[HttpRequest, HttpResponse]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  25. val params: Params

    Permalink
    Definition Classes
    Client → StackClient → Parameterized
  26. val stack: Stack[ServiceFactory[HttpRequest, HttpResponse]]

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

    Permalink
    Definition Classes
    AnyRef
  28. def transformed(f: (Stack[ServiceFactory[HttpRequest, HttpResponse]]) ⇒ Stack[ServiceFactory[HttpRequest, HttpResponse]]): Client

    Permalink
    Definition Classes
    StdStackClient
  29. def transformed(t: Transformer): StackClient[HttpRequest, HttpResponse]

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

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

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

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

    Permalink
  34. def withDecompression(enabled: Boolean): Client

    Permalink
  35. def withMaxRequestSize(size: StorageUnit): Client

    Permalink
  36. def withMaxResponseSize(size: StorageUnit): Client

    Permalink
  37. def withParams(params: Params): Client

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

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

    Permalink
  40. def withTls(cfg: Netty3TransporterTLSConfig): Client

    Permalink
  41. def withTlsWithoutValidation(): Client

    Permalink

Deprecated Value Members

  1. final def newClient(dest: Group[SocketAddress]): ServiceFactory[HttpRequest, HttpResponse]

    Permalink
    Definition Classes
    Client
    Annotations
    @deprecated
    Deprecated

    (Since version 6.7.x) Use destination names

  2. final def newService(dest: Group[SocketAddress]): Service[HttpRequest, HttpResponse]

    Permalink
    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[HttpRequest, HttpResponse, Client]

Inherited from StackClient[HttpRequest, HttpResponse]

Inherited from StackBasedClient[HttpRequest, HttpResponse]

Inherited from Transformable[StackClient[HttpRequest, HttpResponse]]

Inherited from Parameterized[StackClient[HttpRequest, HttpResponse]]

Inherited from finagle.Client[HttpRequest, HttpResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped