summaryrefslogtreecommitdiffstats
path: root/android/src/android/net/http/HttpAuthHeader.java
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2015-01-23 15:31:00 +0000
committerNarayan Kamath <narayan@google.com>2015-02-04 18:11:43 +0000
commit3e387462b084cf0c62e89c21cfd071df50163e39 (patch)
tree1ca339b380e52f2b09253a6286fde4976332ba90 /android/src/android/net/http/HttpAuthHeader.java
parenta8b46a3d3b6ed1488df10740653829283572903b (diff)
downloadandroid_external_apache-http-3e387462b084cf0c62e89c21cfd071df50163e39.tar.gz
android_external_apache-http-3e387462b084cf0c62e89c21cfd071df50163e39.tar.bz2
android_external_apache-http-3e387462b084cf0c62e89c21cfd071df50163e39.zip
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
Diffstat (limited to 'android/src/android/net/http/HttpAuthHeader.java')
-rw-r--r--android/src/android/net/http/HttpAuthHeader.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/android/src/android/net/http/HttpAuthHeader.java b/android/src/android/net/http/HttpAuthHeader.java
index 3abac23..2a1ee98 100644
--- a/android/src/android/net/http/HttpAuthHeader.java
+++ b/android/src/android/net/http/HttpAuthHeader.java
@@ -21,8 +21,6 @@ import java.util.Locale;
/**
* HttpAuthHeader: a class to store HTTP authentication-header parameters.
* For more information, see: RFC 2617: HTTP Authentication.
- *
- * {@hide}
*/
public class HttpAuthHeader {
/**