public class Config extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
ACCESS_KEY |
static String |
CHARSET |
static int |
CONNECTION_TIMEOUT
HTTP连接超时的时间毫秒(ms)
Determines the timeout in milliseconds until a connection is established.
|
static int |
ERROR_CODE
本地检测不通过、程序抛异常,设置 CallRet 的 statusCode 为此错误码
|
static String |
RS_HOST |
static String |
RSF_HOST |
static String |
SECRET_KEY |
static int |
SO_TIMEOUT
读取response超时的时间毫秒(ms)
Defines the socket timeout (
SO_TIMEOUT) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets). |
static String |
UP_HOST |
static String |
VERSION |
| 构造器和说明 |
|---|
Config() |
public static final int ERROR_CODE
public static String ACCESS_KEY
public static String SECRET_KEY
public static String RS_HOST
public static String UP_HOST
public static String RSF_HOST
public static int CONNECTION_TIMEOUT
public static int SO_TIMEOUT
SO_TIMEOUT) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets).
A timeout value of zero is interpreted as an infinite timeout.Copyright © 2014. All Rights Reserved.