Class HttpClientHttpRetrievalService

  • All Implemented Interfaces:
    HttpRetrievalService

    @Deprecated(forRemoval=true)
    public class HttpClientHttpRetrievalService
    extends BaseHttpRetrievalService
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 7.0.1 will be removed in 9.0 Use RequestFactory or ReadOnlyApplicationLink instead.
    Since:
    4.1
    • Field Detail

      • MAX_REDIRECTS

        public static final int MAX_REDIRECTS
        Deprecated, for removal: This API element is subject to removal in a future version.
        See Also:
        Constant Field Values
    • Constructor Detail

      • HttpClientHttpRetrievalService

        public HttpClientHttpRetrievalService()
        Deprecated, for removal: This API element is subject to removal in a future version.
    • Method Detail

      • get

        public HttpResponse get​(HttpRequest httpRequest)
                         throws IOException
        Deprecated, for removal: This API element is subject to removal in a future version.
        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, for removal: This API element is subject to removal in a future version.
        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