public abstract class AbstractHttpAuthClient<T> extends java.lang.Object implements HttpAuthClient<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHttpAuthClient(ClientConfiguration configuration)
Creates the concrete class from the specified client configuration.
|
| Modifier and Type | Method and Description |
|---|---|
protected ClientConfiguration |
getConfiguration() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexecute, execute, shutdownprotected AbstractHttpAuthClient(ClientConfiguration configuration)
configuration - the specified client configuration object.protected ClientConfiguration getConfiguration()