Class MinimalHttpClient

  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable, HttpClient

    @Contract(threading=SAFE_CONDITIONAL)
    class MinimalHttpClient
    extends CloseableHttpClient
    Internal class.
    Since:
    4.3
    • Method Detail

      • 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.
        Returns:
        the default parameters
      • close

        public void close()
      • getConnectionManager

        public ClientConnectionManager getConnectionManager()
        Description copied from interface: HttpClient
        Obtains the connection manager used by this client.
        Returns:
        the connection manager