public final class BasicHttpResponse
extends java.lang.Object
Constructor and Description |
---|
BasicHttpResponse(int responseCode,
java.io.InputStream stream,
java.lang.String charset) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharset() |
int |
getResponseCode() |
java.io.InputStream |
getStream() |