SimpleHttpResponse(String statusLine, Map<String,String> headers)
SimpleHttpResponse(String statusLine, Map<String,String> headers, byte[] body)
byte[]
getBody()
String
getBodyAsString()
getHeader(String key)
Map<String,String>
getHeaders()
Integer
getStatusCode()
getStatusLine()
void
setBody(byte[] body)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
key
toString
Object