Interface AsyncClientHttpEngine.ResultExtractor<T>
-
- Type Parameters:
T- Result-Type
- Enclosing interface:
- AsyncClientHttpEngine
public static interface AsyncClientHttpEngine.ResultExtractor<T>Interface for extracting a result out of a ClientResponse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TextractResult(ClientResponse response)Extracts a result out of a Response
-
-
-
Method Detail
-
extractResult
T extractResult(ClientResponse response)
Extracts a result out of a Response- Parameters:
response- Response- Returns:
- result
-
-