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() |
int |
getCode() |
Headers |
getHeaders() |
InputStream |
getRawBody() |
public int getCode()
public Headers getHeaders()
public InputStream getRawBody()
public T getBody()
Copyright © 2014. All rights reserved.