public interface StandaloneWSClient
extends java.io.Closeable
| 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.
|
StandaloneWSRequest |
url(java.lang.String url)
Returns a StandaloneWSRequest object representing the URL.
|
java.lang.Object getUnderlying()
StandaloneWSRequest url(java.lang.String url)
CompletionStage<StandaloneWSResponse>.url - the URL to requestvoid close()
throws java.io.IOException
Use this for manually instantiated clients.
close in interface java.lang.AutoCloseableclose in interface java.io.Closeablejava.io.IOException