Modifier and Type | Field and Description |
---|---|
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.INCOMPLETE_RESPONSE |
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.NULL_RESPONSE |
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.OPEN_FAIL |
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.READ_FAIL |
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.SUCCEED |
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.WRITE_FAIL |
Modifier and Type | Method and Description |
---|---|
GenericClientResponse.STATUS_CODES |
GenericClientResponse.getStatusCode() |
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.valueOf(java.lang.String name) |
static GenericClientResponse.STATUS_CODES[] |
GenericClientResponse.STATUS_CODES.values() |
Constructor and Description |
---|
GenericClientResponse(GenericClientResponse.STATUS_CODES code,
java.lang.String headers,
SocketInputStream body) |
Modifier and Type | Method and Description |
---|---|
GenericClientResponse.STATUS_CODES |
ICAPResult.getServerStatus() |
Modifier and Type | Method and Description |
---|---|
GenericClientResponse.STATUS_CODES |
AVScannerResult.getServerStatus() |