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