Modifier and Type | Method and Description |
---|---|
GenericClientResponse.STATUS_CODES |
GenericClientResponse.getStatusCode() |
static GenericClientResponse.STATUS_CODES |
GenericClientResponse.STATUS_CODES.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenericClientResponse.STATUS_CODES[] |
GenericClientResponse.STATUS_CODES.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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() |