t

play.libs.ws

StandaloneWSRequest

trait StandaloneWSRequest extends AnyRef

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

Abstract Value Members

  1. abstract def addCookie(cookie: WSCookie): StandaloneWSRequest
  2. abstract def addCookies(cookies: <repeated...>[WSCookie]): StandaloneWSRequest
  3. abstract def addHeader(name: String, value: String): StandaloneWSRequest
  4. abstract def addQueryParameter(name: String, value: String): StandaloneWSRequest
  5. abstract def delete(): CompletionStage[_ <: StandaloneWSResponse]
  6. abstract def execute(): CompletionStage[_ <: StandaloneWSResponse]
  7. abstract def execute(method: String): CompletionStage[_ <: StandaloneWSResponse]
  8. abstract def get(): CompletionStage[_ <: StandaloneWSResponse]
  9. abstract def getAuth(): Optional[WSAuthInfo]
  10. abstract def getBody(): Optional[BodyWritable]
  11. abstract def getCalculator(): Optional[WSSignatureCalculator]
  12. abstract def getContentType(): Optional[String]
  13. abstract def getDisableUrlEncoding(): Optional[Boolean]
  14. abstract def getFollowRedirects(): Optional[Boolean]
  15. abstract def getHeader(name: String): Optional[String]
  16. abstract def getHeaderValues(name: String): List[String]
  17. abstract def getHeaders(): Map[String, List[String]]
  18. abstract def getQueryParameters(): Map[String, List[String]]
  19. abstract def getRequestTimeout(): Optional[Duration]
  20. abstract def getUrl(): String
  21. abstract def head(): CompletionStage[_ <: StandaloneWSResponse]
  22. abstract def options(): CompletionStage[_ <: StandaloneWSResponse]
  23. abstract def patch(body: BodyWritable): CompletionStage[_ <: StandaloneWSResponse]
  24. abstract def post(body: BodyWritable): CompletionStage[_ <: StandaloneWSResponse]
  25. abstract def put(body: BodyWritable): CompletionStage[_ <: StandaloneWSResponse]
  26. abstract def setAuth(authInfo: WSAuthInfo): StandaloneWSRequest
  27. abstract def setAuth(userInfo: String): StandaloneWSRequest
  28. abstract def setBody(body: BodyWritable): StandaloneWSRequest
  29. abstract def setContentType(contentType: String): StandaloneWSRequest
  30. abstract def setCookies(cookies: List[WSCookie]): StandaloneWSRequest
  31. abstract def setDisableUrlEncoding(disableUrlEncoding: Boolean): StandaloneWSRequest
  32. abstract def setFollowRedirects(followRedirects: Boolean): StandaloneWSRequest
  33. abstract def setHeaders(headers: Map[String, List[String]]): StandaloneWSRequest
  34. abstract def setMethod(method: String): StandaloneWSRequest
  35. abstract def setQueryString(params: Map[String, List[String]]): StandaloneWSRequest
  36. abstract def setQueryString(query: String): StandaloneWSRequest
  37. abstract def setRequestFilter(filter: WSRequestFilter): StandaloneWSRequest
  38. abstract def setRequestTimeout(timeout: Duration): StandaloneWSRequest
  39. abstract def setUrl(url: String): StandaloneWSRequest
  40. abstract def setVirtualHost(virtualHost: String): StandaloneWSRequest
  41. abstract def sign(calculator: WSSignatureCalculator): StandaloneWSRequest
  42. abstract def stream(): CompletionStage[_ <: StandaloneWSResponse]

Concrete 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]) @HotSpotIntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  9. def getCookies(): List[WSCookie]
  10. def getMethod(): String
  11. def getPassword(): Optional[String]
  12. def getScheme(): Optional[WSAuthScheme]
  13. def getUsername(): Optional[String]
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate() @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
    @HotSpotIntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @native()
  19. def setAuth(username: String, password: String, scheme: WSAuthScheme): StandaloneWSRequest
  20. def setAuth(username: String, password: String): StandaloneWSRequest
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  25. 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