public interface IBaseClient
| Modifier and Type | Method and Description |
|---|---|
IAuthenticator |
getAuthenticator()
Gets the authenticator.
|
IExecutors |
getExecutors()
Gets the executors.
|
IHttpProvider |
getHttpProvider()
Gets the http provider.
|
ILogger |
getLogger()
Gets the logger.
|
ISerializer |
getSerializer()
Gets the serializer.
|
java.lang.String |
getServiceRoot()
Gets the service root.
|
void |
validate()
Validates this client.
|
IAuthenticator getAuthenticator()
java.lang.String getServiceRoot()
IExecutors getExecutors()
IHttpProvider getHttpProvider()
ILogger getLogger()
ISerializer getSerializer()
void validate()