Packages

o

util

WSUtil

object WSUtil

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WSUtil
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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 clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. implicit val context: ExecutionContext
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def getAsString(url: String)(implicit ws: WSClient): String
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def getWithAuth[T](url: String, nb: Int)(implicit reads: Reads[T], ws: WSClient): Option[T]
  12. def getWithAuth[T](url: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
  13. def getWithAuthWithReads[T](url: String, reads: Reads[T], auth: Option[(String, String)] = None)(implicit ws: WSClient): Future[Either[T, Exception]]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. def postAqua6BO[T](url: String, body: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
  20. def response[T](future: Future[WSResponse], url: String)(implicit reads: Reads[T]): Option[T]
  21. def responseTry[T](future: Future[WSResponse], reads: Reads[T]): Future[Try[T]]
  22. def responseWithReads[T](future: Future[WSResponse], reads: Reads[T], url: String): Future[Either[T, Exception]]
  23. def simpleGet[T](url: String)(implicit reads: Reads[T], ws: WSClient): Option[T]
  24. def simpleGetTry[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
  25. def simpleGetWithAuthTry[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
  26. def simpleGetWithReads[T](url: String, reads: Reads[T])(implicit ws: WSClient): Future[Either[T, Exception]]
  27. def simplePostTry[T](url: String, json: JsValue, reads: Reads[T])(implicit ws: WSClient): Future[Try[T]]
  28. def simplePostWithReads[T](url: String, json: JsValue, reads: Reads[T])(implicit ws: WSClient): Future[Either[T, Exception]]
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

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 AnyRef

Inherited from Any

Ungrouped