Class HttpClientHttpRetrievalService

    • Constructor Detail

      • HttpClientHttpRetrievalService

        public HttpClientHttpRetrievalService()
        Deprecated.
    • Method Detail

      • get

        public HttpResponse get​(HttpRequest httpRequest)
                         throws IOException
        Deprecated.
        Description copied from interface: HttpRetrievalService
        Retrieve a URL using custom HttpRequest settings
        Parameters:
        httpRequest - the request we want to make
        Returns:
        a response object encapsulating the result of the request
        Throws:
        IOException - if the retrieval fails
      • getAvailableAuthenticators

        public Class[] getAvailableAuthenticators()
        Deprecated.
        Description copied from interface: HttpRetrievalService
        Retrieve the list of authenticators that can be used with this HttpRetrievalService
        Returns:
        the list of authenticators that can be used with this HttpRetrievalService