Interface | Description |
---|---|
AhcWSComponents |
AsyncHttpClient WS implementation components.
|
WSClientComponents |
Java WSClient components.
|
Class | Description |
---|---|
AhcWSClient |
A WS client backed by AsyncHttpClient implementation.
|
AhcWSModule |
The Play module to provide Java bindings for WS to an AsyncHTTPClient implementation.
|
AhcWSModule.AhcWSClientProvider | |
AhcWSRequest |
A Play WS request backed by AsyncHTTPClient implementation.
|
AhcWSResponse |
A Play WS response backed by an AsyncHttpClient response.
|