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 Detail

      • extractResult

        T extractResult​(ClientResponse response)
        Extracts a result out of a Response
        Parameters:
        response - Response
        Returns:
        result