@FunctionalInterface public static interface HttpClient.ResponseHandler<T>
| Modifier and Type | Method and Description |
|---|---|
T |
apply(int statusCode,
InputStream responseBody,
ResponseHeaders responseHeaders) |
T apply(int statusCode, InputStream responseBody, ResponseHeaders responseHeaders)
Copyright © 2019. All rights reserved.