object HttpClientRequest extends LoggingHelper
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpClientRequest
- LoggingHelper
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val EmptyBytes: Array[Byte]
- val UTF_8: Charset
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildResponse(response: Response): HttpClientResponse
- def buildURI(uriString: String): Either[LogMessage, URIBuilder]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def debug(message: => AnyRef): Unit
- Definition Classes
- LoggingHelper
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def error(message: => AnyRef, t: Throwable): Unit
- Definition Classes
- LoggingHelper
- def error(message: => AnyRef): Unit
- Definition Classes
- LoggingHelper
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def get(uriString: String, data: Map[String, String] = Map.empty, headers: Map[String, String] = Map.empty): HttpClientResponse
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getEntity(response: HttpResponse): Option[Array[Byte]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def info(message: => AnyRef): Unit
- Definition Classes
- LoggingHelper
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val log: Logger
- Definition Classes
- LoggingHelper
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def postBytes(uriString: String, data: Array[Byte], headers: Map[String, String] = Map.empty): HttpClientResponse
- def postForm(uriString: String, data: Map[String, String] = Map.empty, headers: Map[String, String] = Map.empty): HttpClientResponse
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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()
- def warn(message: => AnyRef): Unit
- Definition Classes
- LoggingHelper