Interface HttpClientResponseMessageDecoder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.http.HttpResponse getHttpResponse()
      Get the HTTP client response on which to operate.
      void setHttpResponse​(org.apache.http.HttpResponse response)
      Set the HTTP client response on which to operate.
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.DestructableComponent

        destroy, isDestroyed
      • Methods inherited from interface net.shibboleth.utilities.java.support.component.InitializableComponent

        initialize, isInitialized
    • 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