public interface IClientConfig
| Modifier and Type | Method and Description |
|---|---|
IAuthenticationProvider |
getAuthenticationProvider()
Gets the authentication provider
|
IExecutors |
getExecutors()
Gets the executors
|
IHttpProvider |
getHttpProvider()
Gets the HTTP provider
|
<T1> IHttpProvider |
getHttpProvider(T1 httpClient)
Gets the HTTP provider
|
ILogger |
getLogger()
Gets the logger
|
ISerializer |
getSerializer()
Gets the serializer
|
IAuthenticationProvider getAuthenticationProvider()
IExecutors getExecutors()
IHttpProvider getHttpProvider()
<T1> IHttpProvider getHttpProvider(T1 httpClient)
T1 - the http client typehttpClient - the http client to pass to the http provider when building itILogger getLogger()
ISerializer getSerializer()