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