Packages

trait RestClient extends Loggable

Source
RestClient.scala
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RestClient
  2. Loggable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CookieMap extends AnyRef

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. def actorSystemName: String
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val awaitTimeout: FiniteDuration
  7. def clearCookies: Unit
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  9. def createActorSystem: ActorSystem
  10. def decodeResponse(response: HttpResponse): HttpResponse
  11. val defaultPassword: String
  12. val defaultUsername: String
  13. def doRequest(req: HttpRequest, cookieStorage: CookieMap, maxRedirects: Int = 20): Future[HttpResponse]
    Attributes
    protected
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit val executionContext: ExecutionContextExecutor
  17. val flow: Flow[(HttpRequest, Unit), (Try[HttpResponse], Unit), NotUsed]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def getCookieStorage: CookieMap
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def httpGet[R](path: String, params: Map[String, Any] = Map.empty, headers: Seq[HttpHeader] = iSeq(), cookieStorage: CookieMap = getCookieStorage)(implicit unmarshaller: FromResponseUnmarshaller[R]): Future[R]
  22. def httpGetAwait[R](path: String, params: Map[String, Any] = Map.empty, headers: Seq[HttpHeader] = iSeq())(implicit unmarshaller: FromResponseUnmarshaller[R]): R
  23. def httpPost[T, R](method: HttpMethod, path: String, content: T, headers: Seq[HttpHeader] = iSeq(), cookieStorage: CookieMap = getCookieStorage)(implicit marshaller: Marshaller[T, RequestEntity], unmarshaller: FromResponseUnmarshaller[R]): Future[R]
  24. def httpPostAwait[T, R](method: HttpMethod, path: String, content: T, headers: Seq[HttpHeader] = iSeq())(implicit marshaller: Marshaller[T, RequestEntity], umarshaller: FromResponseUnmarshaller[R]): R
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def listenToWs(actor: ActorRef): Unit
  27. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    Loggable
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. lazy val port: Int
  32. def requestFailed(message: String, cause: Throwable, status: StatusCode = null, content: String = null, request: HttpRequest = null): Nothing
    Attributes
    protected
  33. def requestPath(uri: String): String
  34. val requestTimeout: FiniteDuration
  35. lazy val serverPath: String
  36. lazy val serverWsPath: String
  37. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  38. implicit val system: ActorSystem
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val urlDecoder: (String) ⇒ String
  41. val urlEncoder: (String) ⇒ String
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Loggable

Inherited from AnyRef

Inherited from Any

Ungrouped