| Class | Description |
|---|---|
| AhcWSClient |
A WS client backed by AsyncHttpClient implementation.
|
| AhcWSClientConfigFactory |
This is a factory that provides AhcWSClientConfig
configuration objects without having to go through individual parsers
and so forth individually.
|
| AhcWSCookie |
The AHC implementation of a WS cookie.
|
| 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.
|
| StandaloneAhcWSClient |
A WS asyncHttpClient backed by an AsyncHttpClient instance.
|
| StandaloneAhcWSRequest |
Provides the User facing API for building a WS request.
|
| StandaloneAhcWSResponse |
A WS response.
|
| XML |
XML utilities.
|
| XML.Constants |
Includes the SAX prefixes from 'com.sun.org.apache.xerces.internal.impl.Constants'
since they will likely be internal in JDK9
|