Interface ConnectionManagerAwareHttpClient

All Superinterfaces:
org.apache.http.client.HttpClient
All Known Implementing Classes:
ApacheSdkHttpClient

public interface ConnectionManagerAwareHttpClient extends org.apache.http.client.HttpClient
An extension of Apache's HttpClient that expose the connection manager associated with the client.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.http.conn.HttpClientConnectionManager
    Returns the HttpClientConnectionManager associated with the http client.

    Methods inherited from interface org.apache.http.client.HttpClient

    execute, execute, execute, execute, execute, execute, execute, execute, getConnectionManager, getParams
  • Method Details

    • getHttpClientConnectionManager

      org.apache.http.conn.HttpClientConnectionManager getHttpClientConnectionManager()
      Returns the HttpClientConnectionManager associated with the http client.