Interface HttpClientResponseMessageDecoder

    • Method Detail

      • getHttpResponse

        @Nullable
        org.apache.http.HttpResponse getHttpResponse()
        Get the HTTP client response on which to operate.
        Returns:
        the HTTP client response
      • setHttpResponse

        void setHttpResponse​(@Nullable
                             org.apache.http.HttpResponse response)
        Set the HTTP client response on which to operate.
        Parameters:
        response - the HTTP client response