Class AbstractHttpClientResponseMessageDecoder

    • Field Detail

      • response

        private org.apache.http.HttpResponse response
        The HTTP client response.
    • Constructor Detail

      • AbstractHttpClientResponseMessageDecoder

        public AbstractHttpClientResponseMessageDecoder()
    • Method Detail

      • getHttpResponse

        @Nullable
        public org.apache.http.HttpResponse getHttpResponse()
        Get the HTTP client response on which to operate.
        Specified by:
        getHttpResponse in interface HttpClientResponseMessageDecoder
        Returns:
        the HTTP client response
      • setHttpResponse

        public void setHttpResponse​(@Nullable
                                    org.apache.http.HttpResponse clientResponse)
        Set the HTTP client response on which to operate.
        Specified by:
        setHttpResponse in interface HttpClientResponseMessageDecoder
        Parameters:
        clientResponse - the HTTP client response
      • doInitialize

        protected void doInitialize()
                             throws net.shibboleth.utilities.java.support.component.ComponentInitializationException
        Overrides:
        doInitialize in class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
        Throws:
        net.shibboleth.utilities.java.support.component.ComponentInitializationException