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. All

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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def get[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: ⇒ A): A
    Definition Classes
    Client
  16. def get[A](uri: String, params: (String, String)*)(f: ⇒ A): A
    Definition Classes
    Client
  17. def get[A](uri: String)(f: ⇒ A): A
    Definition Classes
    Client
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. def head[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: ⇒ A): A
    Definition Classes
    Client
  21. def head[A](uri: String, params: (String, String)*)(f: ⇒ A): A
    Definition Classes
    Client
  22. def head[A](uri: String)(f: ⇒ A): A
    Definition Classes
    Client
  23. def header: DefaultMap[String, String]
    Definition Classes
    Client
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  28. def options[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: ⇒ A): A
    Definition Classes
    Client
  29. def patch[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: ⇒ A): A
    Definition Classes
    Client
  30. def patch[A](uri: String, params: Iterable[(String, String)], headers: Iterable[(String, String)])(f: ⇒ A): A
    Definition Classes
    Client
  31. def patch[A](uri: String, params: Iterable[(String, String)])(f: ⇒ A): A
    Definition Classes
    Client
  32. def patch[A](uri: String, params: (String, String)*)(f: ⇒ A): A
    Definition Classes
    Client
  33. def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Iterable[(String, String)])(f: ⇒ A): A
    Definition Classes
    Client
  34. def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: ⇒ A): A
    Definition Classes
    Client
  35. def post[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: ⇒ A): A
    Definition Classes
    Client
  36. def post[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A
    Definition Classes
    Client
  37. def post[A](uri: String, params: Iterable[(String, String)])(f: ⇒ A): A
    Definition Classes
    Client
  38. def post[A](uri: String, params: (String, String)*)(f: ⇒ A): A
    Definition Classes
    Client
  39. def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Iterable[(String, String)])(f: ⇒ A): A
    Definition Classes
    Client
  40. def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: ⇒ A): A
    Definition Classes
    Client
  41. def put[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: ⇒ A): A
    Definition Classes
    Client
  42. def put[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: ⇒ A): A
    Definition Classes
    Client
  43. def put[A](uri: String, params: Iterable[(String, String)])(f: ⇒ A): A
    Definition Classes
    Client
  44. def put[A](uri: String, params: (String, String)*)(f: ⇒ A): A
    Definition Classes
    Client
  45. 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
  46. def session[A](f: ⇒ A): A
    Definition Classes
    HttpComponentsClientClient
  47. def status: Int
    Definition Classes
    Client
  48. implicit def stringToByteArray(str: String): Array[Byte]
    Definition Classes
    ImplicitConversions
  49. def submit[A](method: String, path: String, queryParams: Iterable[(String, String)] = Map.empty, headers: Iterable[(String, String)] = Seq.empty, body: Array[Byte] = null)(f: ⇒ A): A
    Definition Classes
    HttpComponentsClientClient
  50. 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
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def trace[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: ⇒ A): A
    Definition Classes
    Client
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def withResponse[A](res: ClientResponse)(f: ⇒ A): A
    Attributes
    protected
    Definition Classes
    Client

Inherited from Client

Inherited from ImplicitConversions

Inherited from AnyRef

Inherited from Any

Ungrouped