public abstract class BaseHttpClientSupplier extends Object implements HttpClientSupplier
VrapHttpClient provider, this can be done by extending HttpClientSupplier
and exposing it as a service| Constructor and Description |
|---|
BaseHttpClientSupplier() |
| Modifier and Type | Method and Description |
|---|---|
abstract VrapHttpClient |
get()
The
VrapHttpClient provider method |
abstract Supplier<VrapHttpClient> |
get(ExecutorService executorService) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitof, ofpublic BaseHttpClientSupplier()
public abstract VrapHttpClient get()
VrapHttpClient provider methodget in interface Supplier<VrapHttpClient>public abstract Supplier<VrapHttpClient> get(ExecutorService executorService)
get in interface ExecutorHttpClientSupplier