public class HttpResponse<T> extends Object
| Constructor and Description |
|---|
HttpResponse(org.apache.http.HttpResponse response,
Class<T> responseClass) |
| Modifier and Type | Method and Description |
|---|---|
T |
getBody() |
Headers |
getHeaders() |
InputStream |
getRawBody() |
int |
getStatus() |
String |
getStatusText() |
public int getStatus()
public String getStatusText()
public Headers getHeaders()
public InputStream getRawBody()
public T getBody()
Copyright © 2015. All rights reserved.