Class

play.api.libs.ws.ahc

StandaloneAhcWSRequest

Related Doc: package ahc

Permalink

case class StandaloneAhcWSRequest(client: StandaloneAhcWSClient, url: String, method: String = "GET", body: WSBody = EmptyBody, headers: Map[String, Seq[String]] = TreeMap()(CaseInsensitiveOrdered), queryString: Map[String, Seq[String]] = Map.empty, cookies: Seq[WSCookie] = Seq.empty, calc: Option[WSSignatureCalculator] = None, auth: Option[(String, String, WSAuthScheme)] = None, followRedirects: Option[Boolean] = None, requestTimeout: Option[Duration] = None, virtualHost: Option[String] = None, proxyServer: Option[WSProxyServer] = None, disableUrlEncoding: Option[Boolean] = None, filters: Seq[WSRequestFilter] = Nil)(implicit materializer: Materializer) extends StandaloneWSRequest with AhcUtilities with WSCookieConverter with Product with Serializable

A Ahc WS Request.

Linear Supertypes
Serializable, Serializable, Product, Equals, WSCookieConverter, AhcUtilities, StandaloneWSRequest, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StandaloneAhcWSRequest
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. WSCookieConverter
  7. AhcUtilities
  8. StandaloneWSRequest
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StandaloneAhcWSRequest(client: StandaloneAhcWSClient, url: String, method: String = "GET", body: WSBody = EmptyBody, headers: Map[String, Seq[String]] = TreeMap()(CaseInsensitiveOrdered), queryString: Map[String, Seq[String]] = Map.empty, cookies: Seq[WSCookie] = Seq.empty, calc: Option[WSSignatureCalculator] = None, auth: Option[(String, String, WSAuthScheme)] = None, followRedirects: Option[Boolean] = None, requestTimeout: Option[Duration] = None, virtualHost: Option[String] = None, proxyServer: Option[WSProxyServer] = None, disableUrlEncoding: Option[Boolean] = None, filters: Seq[WSRequestFilter] = Nil)(implicit materializer: Materializer)

    Permalink

Type Members

  1. type Response = StandaloneWSResponse

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  2. type Self = StandaloneWSRequest

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addCookies(cookies: WSCookie*): Self

    Permalink
    Definition Classes
    StandaloneWSRequest
  5. def addHttpHeaders(hdrs: (String, String)*): StandaloneWSRequest

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  6. def addQueryStringParameters(parameters: (String, String)*): StandaloneWSRequest

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  7. def asCookie(c: Cookie): WSCookie

    Permalink
    Definition Classes
    WSCookieConverter
  8. def asCookie(cookie: WSCookie): Cookie

    Permalink
    Definition Classes
    WSCookieConverter
  9. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  10. val auth: Option[(String, String, WSAuthScheme)]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  11. val body: WSBody

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  12. def buildRequest(): Request

    Permalink

    Creates and returns an AHC request, running all operations on it.

  13. val calc: Option[WSSignatureCalculator]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  14. val client: StandaloneAhcWSClient

    Permalink
  15. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  16. def contentType: Option[String]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  17. val cookies: Seq[WSCookie]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  18. def delete(): Future[Response]

    Permalink

    Perform a DELETE on the request asynchronously.

    Perform a DELETE on the request asynchronously.

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  19. val disableUrlEncoding: Option[Boolean]

    Permalink
  20. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. def execute(): Future[Response]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  22. def execute(method: String): Future[Response]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  23. def filterWSRequestExecutor(next: WSRequestExecutor): WSRequestExecutor

    Permalink
    Attributes
    protected
  24. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. val followRedirects: Option[Boolean]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  26. def get(): Future[Response]

    Permalink

    performs a get

    performs a get

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  27. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  28. def head(): Future[Response]

    Permalink

    Perform a HEAD on the request asynchronously.

    Perform a HEAD on the request asynchronously.

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  29. def header(name: String): Option[String]

    Permalink
    Definition Classes
    StandaloneWSRequest
  30. def headerValues(name: String): Seq[String]

    Permalink
    Definition Classes
    StandaloneWSRequest
  31. val headers: Map[String, Seq[String]]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  32. def headersToMap(headers: HttpHeaders): TreeMap[String, Seq[String]]

    Permalink
    Definition Classes
    AhcUtilities
  33. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  34. val method: String

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  35. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  38. def options(): Future[Response]

    Permalink

    Perform a OPTIONS on the request asynchronously.

    Perform a OPTIONS on the request asynchronously.

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  39. def patch[T](body: T)(implicit arg0: BodyWritable[T]): Future[Response]

    Permalink

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  40. def post[T](body: T)(implicit arg0: BodyWritable[T]): Future[Response]

    Permalink

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  41. val proxyServer: Option[WSProxyServer]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  42. def put[T](body: T)(implicit arg0: BodyWritable[T]): Future[Response]

    Permalink

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  43. val queryString: Map[String, Seq[String]]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  44. def requestHeader(name: String): Option[String]

    Permalink

    Returns the HTTP header given by name, using the request builder.

    Returns the HTTP header given by name, using the request builder. This may be signed, so may return extra headers that were not directly input.

  45. def requestHeaders: Map[String, Seq[String]]

    Permalink

    Returns the current headers of the request, using the request builder.

    Returns the current headers of the request, using the request builder. This may be signed, so may return extra headers that were not directly input.

  46. def requestQueryParams: Map[String, Seq[String]]

    Permalink

    Returns the current query string parameters, using the request builder.

    Returns the current query string parameters, using the request builder. This may be signed, so may not return the same parameters that were input.

  47. val requestTimeout: Option[Duration]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  48. def requestUrl: String

    Permalink

    Returns the current URL, using the request builder.

    Returns the current URL, using the request builder. This may be signed by OAuth, as opposed to request.url. This is an AHC specific method.

  49. def sign(calc: WSSignatureCalculator): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  50. def stream(): Future[Response]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. lazy val uri: URI

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  53. val url: String

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  54. val virtualHost: Option[String]

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  55. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. def withAuth(username: String, password: String, scheme: WSAuthScheme): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  59. def withBody[T](body: T)(implicit arg0: BodyWritable[T]): Self

    Permalink

    Sets the body for this request.

    Sets the body for this request.

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  60. def withCookies(cookies: WSCookie*): StandaloneWSRequest

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  61. def withFollowRedirects(follow: Boolean): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  62. def withHttpHeaders(hdrs: (String, String)*): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  63. def withMethod(method: String): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  64. def withProxyServer(proxyServer: WSProxyServer): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  65. def withQueryStringParameters(parameters: (String, String)*): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  66. def withRequestFilter(filter: WSRequestFilter): Self

    Permalink

    Adds a filter to the request that can transform the request for subsequent filters.

    Adds a filter to the request that can transform the request for subsequent filters.

    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  67. def withRequestTimeout(timeout: Duration): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  68. def withUrl(url: String): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest
  69. def withVirtualHost(vh: String): Self

    Permalink
    Definition Classes
    StandaloneAhcWSRequest → StandaloneWSRequest

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from WSCookieConverter

Inherited from AhcUtilities

Inherited from StandaloneWSRequest

Inherited from AnyRef

Inherited from Any

Ungrouped