public interface WSClient
extends java.io.Closeable
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.
|
java.lang.Object getUnderlying()
WSRequest url(java.lang.String url)
Promise<WSResponse>
.url
- the URL to requestvoid close()
close
in interface java.lang.AutoCloseable
close
in interface java.io.Closeable