public static final class GenericClientResponse.STATUS_CODES
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static GenericClientResponse.STATUS_CODES |
INCOMPLETE_RESPONSE |
static GenericClientResponse.STATUS_CODES |
NULL_RESPONSE |
static GenericClientResponse.STATUS_CODES |
OPEN_FAIL |
static GenericClientResponse.STATUS_CODES |
READ_FAIL |
static GenericClientResponse.STATUS_CODES |
SUCCEED |
static GenericClientResponse.STATUS_CODES |
WRITE_FAIL |
Modifier and Type | Method and Description |
---|---|
static GenericClientResponse.STATUS_CODES |
valueOf(java.lang.String name) |
static GenericClientResponse.STATUS_CODES[] |
values() |
public static final GenericClientResponse.STATUS_CODES OPEN_FAIL
public static final GenericClientResponse.STATUS_CODES WRITE_FAIL
public static final GenericClientResponse.STATUS_CODES READ_FAIL
public static final GenericClientResponse.STATUS_CODES NULL_RESPONSE
public static final GenericClientResponse.STATUS_CODES INCOMPLETE_RESPONSE
public static final GenericClientResponse.STATUS_CODES SUCCEED
public static GenericClientResponse.STATUS_CODES[] values()
public static GenericClientResponse.STATUS_CODES valueOf(java.lang.String name)