@FunctionalInterface
public static interface HTTPClient.HTTPResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
handle(int statusCode,
java.lang.String responseBody) |
T handle(int statusCode, java.lang.String responseBody) throws java.lang.Exception
java.lang.Exception