public class GenericClientResponse
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GenericClientResponse.STATUS_CODES
The possible status codes as thrown from the Generic Client....
|
Constructor and Description |
---|
GenericClientResponse(GenericClientResponse.STATUS_CODES code,
java.lang.String headers,
SocketInputStream body) |
Modifier and Type | Method and Description |
---|---|
SocketInputStream |
getBody() |
java.lang.String |
getHeaders() |
GenericClientResponse.STATUS_CODES |
getStatusCode() |
public GenericClientResponse(GenericClientResponse.STATUS_CODES code, java.lang.String headers, SocketInputStream body)
public java.lang.String getHeaders()
public SocketInputStream getBody()
public GenericClientResponse.STATUS_CODES getStatusCode()