public abstract class InternalClientConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_NETWORK_TIMEOUT |
| Constructor and Description |
|---|
InternalClientConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
afterSuccess() |
abstract List<com.avos.avoscloud.okhttp.Interceptor> |
getClientInterceptors() |
int |
getNetworkTimeoutInMills() |
abstract String |
getUserAgent() |
void |
setNetworkTimeoutInMills(int timeout) |
public static final int DEFAULT_NETWORK_TIMEOUT
public abstract List<com.avos.avoscloud.okhttp.Interceptor> getClientInterceptors()
public abstract void afterSuccess()
public abstract String getUserAgent()
public int getNetworkTimeoutInMills()
public void setNetworkTimeoutInMills(int timeout)
Copyright © 2017. All rights reserved.