trait HttpComponentsClient extends Client
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpComponentsClient
- Client
- ImplicitConversions
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def baseUrl: String
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def body: String
- Definition Classes
- Client
- def bodyBytes: Array[Byte]
- Definition Classes
- Client
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def connect[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- def createBody(name: String, content: Any): UploadableBody
- def createClient: CloseableHttpClient
- Attributes
- protected
- def delete[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def get[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- def get[A](uri: String, params: (String, String)*)(f: => A): A
- Definition Classes
- Client
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def head[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- def head[A](uri: String, params: (String, String)*)(f: => A): A
- Definition Classes
- Client
- def header: ClientResponse.header
- Definition Classes
- Client
- val httpComponentsRequestConfig: RequestConfig
Can be overridden RequestConfig
Can be overridden RequestConfig
- Attributes
- protected
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def options[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- def patch[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- def patch[A](uri: String, params: Iterable[(String, String)], headers: Iterable[(String, String)])(f: => A): A
- Definition Classes
- Client
- def patch[A](uri: String, params: Iterable[(String, String)])(f: => A): A
- Definition Classes
- Client
- def patch[A](uri: String, params: (String, String)*)(f: => A): A
- Definition Classes
- Client
- def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Iterable[(String, String)])(f: => A): A
- Definition Classes
- Client
- def post[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: => A): A
- Definition Classes
- Client
- def post[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- def post[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: => A): A
- Definition Classes
- Client
- def post[A](uri: String, params: Iterable[(String, String)])(f: => A): A
- Definition Classes
- Client
- def post[A](uri: String, params: (String, String)*)(f: => A): A
- Definition Classes
- Client
- def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)], headers: Iterable[(String, String)])(f: => A): A
- Definition Classes
- Client
- def put[A](uri: String, params: Iterable[(String, String)], files: Iterable[(String, Any)])(f: => A): A
- Definition Classes
- Client
- def put[A](uri: String, body: Array[Byte] = Array(), headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- def put[A](uri: String, params: Iterable[(String, String)], headers: Map[String, String])(f: => A): A
- Definition Classes
- Client
- def put[A](uri: String, params: Iterable[(String, String)])(f: => A): A
- Definition Classes
- Client
- def put[A](uri: String, params: (String, String)*)(f: => A): A
- Definition Classes
- Client
- 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
- def session[A](f: => A): A
- Definition Classes
- HttpComponentsClient → Client
- def status: Int
- Definition Classes
- Client
- implicit def stringToByteArray(str: String): Array[Byte]
- Definition Classes
- ImplicitConversions
- 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
- HttpComponentsClient → Client
- 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
- HttpComponentsClient → Client
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def trace[A](uri: String, params: Iterable[(String, String)] = Seq.empty, headers: Iterable[(String, String)] = Seq.empty)(f: => A): A
- Definition Classes
- Client
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withResponse[A](res: ClientResponse)(f: => A): A
- Attributes
- protected
- Definition Classes
- Client
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)