t

org.scalatra.test

HttpComponentsClient

trait HttpComponentsClient extends Client

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpComponentsClient
  2. Client
  3. ImplicitConversions
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def baseUrl: String

Concrete 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 body: String
    Definition Classes
    Client
  6. def bodyBytes: Array[Byte]
    Definition Classes
    Client
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  8. def connect[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  9. def createBody(name: String, content: Any): UploadableBody
  10. def createClient: CloseableHttpClient
    Attributes
    protected
  11. def delete[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def get[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  15. def get[A](uri: String, params: (String, String)*)(f: => A): A
    Definition Classes
    Client
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def head[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  19. def head[A](uri: String, params: (String, String)*)(f: => A): A
    Definition Classes
    Client
  20. def header: ClientResponse.header
    Definition Classes
    Client
  21. val httpComponentsRequestConfig: RequestConfig

    Can be overridden RequestConfig

    Can be overridden RequestConfig

    Attributes
    protected
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def options[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  27. def patch[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  28. def patch[A](uri: String, params: Iterable[(String, String)], headers: Iterable[(String, String)])(f: => A): A
    Definition Classes
    Client
  29. def patch[A](uri: String, params: Iterable[(String, String)])(f: => A): A
    Definition Classes
    Client
  30. def patch[A](uri: String, params: (String, String)*)(f: => A): A
    Definition Classes
    Client
  31. def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Iterable[(String, String)])(f: => A): A
    Definition Classes
    Client
  32. def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: => A): A
    Definition Classes
    Client
  33. def post[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  34. def post[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: => A): A
    Definition Classes
    Client
  35. def post[A](uri: String, params: Iterable[(String, String)])(f: => A): A
    Definition Classes
    Client
  36. def post[A](uri: String, params: (String, String)*)(f: => A): A
    Definition Classes
    Client
  37. def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Iterable[(String, String)])(f: => A): A
    Definition Classes
    Client
  38. def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: => A): A
    Definition Classes
    Client
  39. def put[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  40. def put[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: => A): A
    Definition Classes
    Client
  41. def put[A](uri: String, params: Iterable[(String, String)])(f: => A): A
    Definition Classes
    Client
  42. def put[A](uri: String, params: (String, String)*)(f: => A): A
    Definition Classes
    Client
  43. def response: ClientResponse

    Returns the current response within the scope of the submit method.

    Returns the current response within the scope of the submit method.

    Definition Classes
    Client
  44. def session[A](f: => A): A
    Definition Classes
    HttpComponentsClientClient
  45. def status: Int
    Definition Classes
    Client
  46. implicit def stringToByteArray(str: String): Array[Byte]
    Definition Classes
    ImplicitConversions
  47. def submit[A](method: String, path: String, queryParams: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty, body: Array[Byte] = null)(f: => A): A
    Definition Classes
    HttpComponentsClientClient
  48. def submitMultipart[A](method: String, path: String, params: Iterable[(String, String)], headers: Iterable[(String, String)], files: Iterable[(String, Any)])(f: => A): A
    Attributes
    protected
    Definition Classes
    HttpComponentsClientClient
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def trace[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
    Definition Classes
    Client
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. def withResponse[A](res: ClientResponse)(f: => A): A
    Attributes
    protected
    Definition Classes
    Client

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Client

Inherited from ImplicitConversions

Inherited from AnyRef

Inherited from Any

Ungrouped