public interface IBaseClient
Modifier and Type | Method and Description |
---|---|
IAuthenticationProvider |
getAuthenticationProvider()
Gets the authentication provider
|
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 |
setServiceRoot(java.lang.String value)
Sets the service root
|
void |
shutdown() |
void |
validate()
Validates this client
|
IAuthenticationProvider getAuthenticationProvider()
java.lang.String getServiceRoot()
void setServiceRoot(java.lang.String value)
value
- the service rootIExecutors getExecutors()
IHttpProvider getHttpProvider()
ILogger getLogger()
ISerializer getSerializer()
void validate()
void shutdown()