public class ResponseImpl extends Response
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getHeader(String name,
boolean ignoreCase) |
protected Map<String,String> |
getHeaders() |
int |
getStatusCode() |
String |
getStatusPhrase() |
void |
readEntity() |
getBody, getBodyString, logIfError, setRequestIdpublic int getStatusCode()
getStatusCode in class Responsepublic String getStatusPhrase()
getStatusPhrase in class Responseprotected Map<String,String> getHeaders()
getHeaders in class Responsepublic void readEntity()
readEntity in class ResponseCopyright © 2021. All rights reserved.