Package

play.api.libs.ws

ahc

Permalink

package ahc

Visibility
  1. Public
  2. All

Type Members

  1. class AhcWSClient extends WSClient

    Permalink

    Async WS Client backed by AsyncHttpClient.

    Async WS Client backed by AsyncHttpClient.

    See https://www.playframework.com/documentation/latest/ScalaWS for documentation.

  2. class AhcWSClientProvider extends Provider[WSClient]

    Permalink

    AHC provider for WSClient instance.

    AHC provider for WSClient instance.

    Annotations
    @Singleton()
  3. trait AhcWSComponents extends AnyRef

    Permalink

    AsyncHttpClient WS API implementation components.

  4. class AhcWSModule extends SimpleModule

    Permalink

    A Play binding for the Scala WS API to the AsyncHTTPClient implementation.

  5. case class AhcWSRequest(underlying: StandaloneAhcWSRequest) extends WSRequest with WSBodyWritables with Product with Serializable

    Permalink

    A WS Request backed by AsyncHTTPClient.

  6. case class AhcWSResponse(underlying: StandaloneWSResponse) extends WSResponse with WSBodyReadables with Product with Serializable

    Permalink

    A WS HTTP Response backed by an AsyncHttpClient response.

    A WS HTTP Response backed by an AsyncHttpClient response.

    underlying

    the underlying WS response

  7. class AsyncHttpClientProvider extends Provider[AsyncHttpClient]

    Permalink

    Provides an instance of AsyncHttpClient configured from the Configuration object.

    Provides an instance of AsyncHttpClient configured from the Configuration object.

    Annotations
    @Singleton()
  8. class OptionalAhcHttpCacheProvider extends Provider[Option[AhcHttpCache]]

    Permalink

    A provider of HTTP cache.

    A provider of HTTP cache.

    Unfortunately this can't be bound directly through Play's DI system because it doesn't support type literals (and JSR 330 doesn't support optional).

    Annotations
    @Singleton()

Value Members

  1. object AhcWSClient

    Permalink

Ungrouped