History log of /external/apache-http/android/src/android/net/http/AndroidHttpClientConnection.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
3e387462b084cf0c62e89c21cfd071df50163e39 23-Jan-2015 Narayan Kamath <narayan@google.com> Unbundle org.apache.http.legacy.

Lets us build it from source on both unbundled and platform
branches. The main changes are :

- We need a placeholder "WebAddress" class that's used internally.
The class will be deleted from the frameworks once the webview
stops using it (sigh...)

- Use TrafficStats instead of SocketTagger.

- Remove @hide annotations because they don't matter any more. We're
not building stubs any more, and apps in both unbundled and platform
branches will compile directly against the jar. We don't care about
any of that because this is all deprecated API and deleted from the
API specification.

bug: 18027885.

Change-Id: I6b5f06db2e3e0e34ccd7264c15e1fe594e61862e
/external/apache-http/android/src/android/net/http/AndroidHttpClientConnection.java
a8b46a3d3b6ed1488df10740653829283572903b 27-Nov-2014 Narayan Kamath <narayan@google.com> Move apache specific portions of android.net.http to apache-http.

.. and move some parts of apache-http into the framework. The parts that
have been moved need to be in the bootclasspath because we have public API
that returns org.apache.http.conn.ssl.SSLSocketFactory :( .

This change also removes the placeholder library shim.

bug: 18027885

Change-Id: I37aa7562bcd5e05191b83676fae4533e03b86d1d
/external/apache-http/android/src/android/net/http/AndroidHttpClientConnection.java