public class AlivcStatusCode
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
static int |
ERORR_OUT_OF_MEMORY
内存不足
|
static int |
ERROR_AUTH_FAILED
认证失败
|
static int |
ERROR_BROKEN_PIPE
管道中断
|
static int |
ERROR_CONNECTION_REFUSED |
static int |
ERROR_CONNECTION_TIMEOUT
网络超时
|
static int |
ERROR_ILLEGAL_ARGUMENT
参数非法
|
static int |
ERROR_IO
I/O错误
|
static int |
ERROR_NETWORK_UNREACHABLE
网络不可达
|
static int |
ERROR_OPERATION_NOT_PERMITTED
操作不允许
|
static int |
ERROR_SERVER_CLOSED_CONNECTION
服务端断开链接
|
static int |
STATUS_CONNECTION_CLOSED
网络链接断开
|
static int |
STATUS_CONNECTION_ESTABLISHED
网络链接建立成功
|
static int |
STATUS_CONNECTION_START
开始网络链接
|
构造器和说明 |
---|
AlivcStatusCode() |
public static final int STATUS_CONNECTION_START
public static final int STATUS_CONNECTION_ESTABLISHED
public static final int STATUS_CONNECTION_CLOSED
public static final int ERORR_OUT_OF_MEMORY
public static final int ERROR_IO
public static final int ERROR_BROKEN_PIPE
public static final int ERROR_ILLEGAL_ARGUMENT
public static final int ERROR_NETWORK_UNREACHABLE
public static final int ERROR_SERVER_CLOSED_CONNECTION
public static final int ERROR_CONNECTION_TIMEOUT
public static final int ERROR_AUTH_FAILED
public static final int ERROR_OPERATION_NOT_PERMITTED
public static final int ERROR_CONNECTION_REFUSED