Class InternalHttpClient

    • Method Detail

      • determineRoute

        private HttpRoute determineRoute​(org.apache.http.HttpHost target,
                                         org.apache.http.HttpRequest request,
                                         org.apache.http.protocol.HttpContext context)
                                  throws org.apache.http.HttpException
        Throws:
        org.apache.http.HttpException
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
      • getParams

        public org.apache.http.params.HttpParams getParams()
        Description copied from interface: HttpClient
        Obtains the parameters for this client. These parameters will become defaults for all requests being executed with this client, and for the parameters of dependent objects in this client.
        Specified by:
        getParams in interface HttpClient
        Returns:
        the default parameters