public class HttpResponse<T>
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
protected |
HttpResponse(Headers headers,
int statusCode,
T result) |
| Modifier and Type | Method and Description |
|---|---|
Headers |
headers() |
T |
result() |
int |
statusCode() |