public interface HttpResponse<T>
Modifier and Type | Method and Description |
---|---|
int |
code()
The status code of the HTTP Request
|
T |
result()
Result of the HTTP Request
|
T result() throws java.io.IOException
java.io.IOException
- if an I/O exception occurs.int code()