| Constructor and Description |
|---|
NingWSClient(com.ning.http.client.AsyncHttpClientConfig config) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this client, and releases underlying resources.
|
java.lang.Object |
getUnderlying() |
WSRequest |
url(java.lang.String url)
Returns a WSRequest object representing the URL.
|
public NingWSClient(com.ning.http.client.AsyncHttpClientConfig config)
public java.lang.Object getUnderlying()
getUnderlying in interface WSClientpublic WSRequest url(java.lang.String url)
WSClientPromise<WSResponse>.public void close()
WSClient