public abstract static class AbstractHttpClientAdapter.Builder<T extends AbstractHttpClientAdapter.Builder<T>>
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
self() |
T |
url(java.lang.String url)
Adds a URI to the Client Adapter
|