public interface RawResponse
Modifier and Type | Method and Description |
---|---|
Config |
getConfig() |
InputStream |
getContent() |
byte[] |
getContentAsBytes() |
String |
getContentAsString() |
String |
getContentAsString(String charset) |
InputStreamReader |
getContentReader() |
String |
getContentType() |
String |
getEncoding() |
Headers |
getHeaders() |
int |
getStatus() |
String |
getStatusText() |
boolean |
hasContent() |
HttpResponseSummary |
toSummary() |
int getStatus()
String getStatusText()
Headers getHeaders()
InputStream getContent()
byte[] getContentAsBytes()
String getContentAsString()
InputStreamReader getContentReader()
boolean hasContent()
String getContentType()
String getEncoding()
Config getConfig()
HttpResponseSummary toSummary()
Copyright © 2021. All rights reserved.