| Constructor and Description |
|---|
AhcWSClient(org.asynchttpclient.AsyncHttpClientConfig config,
akka.stream.Materializer materializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this client, and releases underlying resources.
|
java.lang.Object |
getUnderlying()
The underlying implementation of the client, if any.
|
WSRequest |
url(java.lang.String url)
Returns a WSRequest object representing the URL.
|
public AhcWSClient(org.asynchttpclient.AsyncHttpClientConfig config,
akka.stream.Materializer materializer)
public java.lang.Object getUnderlying()
WSClientgetUnderlying in interface WSClientpublic WSRequest url(java.lang.String url)
WSClientPromise<WSResponse>.public void close()
throws java.io.IOException
WSClient