object WSUtil
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WSUtil
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- implicit val context: ExecutionContext
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def getAsString(url: String)(implicit ws: WSClient): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def getWithAuth[T](url: String, nb: Int)(implicit reads: Reads[T], ws: WSClient): Option[T]
- def getWithAuth[T](url: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
- def getWithAuthWithReads[T](url: String, reads: Reads[T], auth: Option[(String, String)] = None)(implicit ws: WSClient): Future[Either[T, Exception]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- 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 postAqua6BO[T](url: String, body: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
- def response[T](future: Future[WSResponse], url: String)(implicit reads: Reads[T]): Option[T]
- def responseTry[T](future: Future[WSResponse], reads: Reads[T]): Future[Try[T]]
- def responseWithReads[T](future: Future[WSResponse], reads: Reads[T], url: String): Future[Either[T, Exception]]
- def simpleGet[T](url: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
- def simpleGetTry[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
- def simpleGetWithAuthTry[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
- def simpleGetWithReads[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Either[T, Exception]]
- def simplePostTry[T](url: String, json: JsValue, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
- def simplePostWithReads[T](url: String, json: JsValue, reads: Reads[T])(implicit ws: WSClient): Future[Either[T, Exception]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)