play.api.libs.ws.ahc
Members list
Type members
Classlikes
Async WS Client backed by AsyncHttpClient.
Async WS Client backed by AsyncHttpClient.
See https://www.playframework.com/documentation/latest/ScalaWS for documentation.
Attributes
- Companion
- object
- Supertypes
Attributes
- Companion
- class
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
AhcWSClient.type
AsyncHttpClient WS API implementation components.
AsyncHttpClient WS API implementation components.
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
A Play binding for the Scala WS API to the AsyncHTTPClient implementation.
A Play binding for the Scala WS API to the AsyncHTTPClient implementation.
Attributes
- Supertypes
A WS Request backed by AsyncHTTPClient.
A WS Request backed by AsyncHTTPClient.
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WSRequesttrait WSBodyWritablestrait XMLBodyWritablestrait JsonBodyWritablestrait DefaultBodyWritablestrait StandaloneWSRequestclass Objecttrait Matchableclass AnyShow all
A WS HTTP Response backed by an AsyncHttpClient response.
A WS HTTP Response backed by an AsyncHttpClient response.
Value parameters
- underlying
-
the underlying WS response
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait WSResponsetrait WSBodyReadablestrait XMLBodyReadablestrait JsonBodyReadablestrait DefaultBodyReadablestrait StandaloneWSResponseclass Objecttrait Matchableclass AnyShow all
Provides an instance of AsyncHttpClient configured from the Configuration object.
Provides an instance of AsyncHttpClient configured from the Configuration object.
Value parameters
- applicationLifecycle
-
app lifecycle, instance is closed automatically.
- configuration
-
the Play configuration
- environment
-
the Play environment
Attributes
- Supertypes
AHC provider for StandaloneWSClient instance.
AHC provider for StandaloneWSClient instance.
Attributes
- Supertypes