Method Summary |
|
abstract public String | getHeader(String header) Returns the value of the requested header or null if the header was not
specified. |
abstract public Header[] | getHeaders() Returns an array of HTTP headers associated with this response. |
abstract public String | getHeadersAsString() Returns all headers as a single string. |
abstract public int | getStatusCode() Returns the HTTP status code that is part of this response. |
abstract public String | getStatusText() Returns the HTTP status message text. |
abstract public String | getText() Returns the text associated with the response. |