public abstract class AbstractClient extends java.lang.Object
Currently this class simply provides boiler-plate for storing an HttpWrapper object, which is required by
all client implementations.
| Modifier and Type | Field and Description |
|---|---|
protected HttpWrapper |
httpWrapper |
| Constructor and Description |
|---|
AbstractClient(HttpWrapper httpWrapper) |
protected final HttpWrapper httpWrapper
public AbstractClient(HttpWrapper httpWrapper)