public final class Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BLOCK_SIZE
块大小,不能改变
|
static int |
CONNECT_TIMEOUT
连接超时时间 单位秒(默认10s)
|
static int |
RESPONSE_TIMEOUT
回复超时时间 单位秒(默认30s)
|
static java.nio.charset.Charset |
UTF_8
所有都是UTF-8编码
|
static java.lang.String |
VERSION
版本号
|
static int |
WRITE_TIMEOUT
写超时时间 单位秒(默认 0 , 不超时)
|
public static final java.lang.String VERSION
public static final int BLOCK_SIZE
public static final java.nio.charset.Charset UTF_8
public static final int CONNECT_TIMEOUT
public static final int WRITE_TIMEOUT
public static final int RESPONSE_TIMEOUT