Class HttpClient

  • All Implemented Interfaces:
    Closeable, AutoCloseable, org.apache.http.client.HttpClient

    public class HttpClient
    extends org.apache.http.impl.client.CloseableHttpClient
    • Method Detail

      • getParams

        public org.apache.http.params.HttpParams getParams()
      • getConnectionManager

        public org.apache.http.conn.ClientConnectionManager getConnectionManager()
      • doExecute

        protected org.apache.http.client.methods.CloseableHttpResponse doExecute​(org.apache.http.HttpHost target,
                                                                                 org.apache.http.HttpRequest request,
                                                                                 org.apache.http.protocol.HttpContext context)
                                                                          throws IOException,
                                                                                 org.apache.http.client.ClientProtocolException
        Specified by:
        doExecute in class org.apache.http.impl.client.CloseableHttpClient
        Throws:
        IOException
        org.apache.http.client.ClientProtocolException