summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJiyong Park <jiyong@google.com>2018-04-25 20:05:19 +0900
committerJiyong Park <jiyong@google.com>2018-05-22 21:56:48 +0900
commit2fdddb9b9e502a5a6144e6f2c2ad5c8fd1579b3e (patch)
tree920467a2278764c00c51d425ff33f7895b19f6b3 /api
parent6bf56852e720f77b9da28d048826ead78de166b7 (diff)
downloadapache-http-2fdddb9b9e502a5a6144e6f2c2ad5c8fd1579b3e.tar.gz
org.apache.http.legacy is built with java_sdk_library
The runtime library, stubs library and droiddoc are all abstracted into the java_sdk_library module definition. Note: LogConfigurationException has getCause() method inherited from its parent class RuntimeException. This is a correct fix because doclava adds overridden methods into the API signature. (see frameworks/base/api/current.txt and look for getCause() for existing cases) Bug: 77577799 Test: m -j Merged-In: I30ce741d7dfed1f93d3b19c750dcfbe073cceb69 Change-Id: I30ce741d7dfed1f93d3b19c750dcfbe073cceb69 (cherry picked from commit c727d1e9b102790d1feaa17a8b63c163d9608c7e)
Diffstat (limited to 'api')
-rw-r--r--api/current.txt (renamed from api/apache-http-legacy-current.txt)4
-rw-r--r--api/removed.txt (renamed from api/apache-http-legacy-removed.txt)0
-rw-r--r--api/system-current.txt0
-rw-r--r--api/system-removed.txt0
-rw-r--r--api/test-current.txt0
-rw-r--r--api/test-removed.txt0
6 files changed, 2 insertions, 2 deletions
diff --git a/api/apache-http-legacy-current.txt b/api/current.txt
index ffa27ac..a1eb578 100644
--- a/api/apache-http-legacy-current.txt
+++ b/api/current.txt
@@ -216,12 +216,11 @@ package android.net.http {
field public static final int UNKNOWN = 0; // 0x0
}
- public final class HttpResponseCache extends java.net.ResponseCache implements java.io.Closeable com.android.okhttp.OkCacheContainer {
+ public final class HttpResponseCache extends java.net.ResponseCache implements java.io.Closeable {
method public void close() throws java.io.IOException;
method public void delete() throws java.io.IOException;
method public void flush();
method public java.net.CacheResponse get(java.net.URI, java.lang.String, java.util.Map<java.lang.String, java.util.List<java.lang.String>>) throws java.io.IOException;
- method public com.android.okhttp.Cache getCache();
method public int getHitCount();
method public static android.net.http.HttpResponseCache getInstalled();
method public int getNetworkCount();
@@ -699,6 +698,7 @@ package org.apache.commons.logging {
ctor public LogConfigurationException(java.lang.String);
ctor public LogConfigurationException(java.lang.Throwable);
ctor public LogConfigurationException(java.lang.String, java.lang.Throwable);
+ method public java.lang.Throwable getCause();
field protected java.lang.Throwable cause;
}
diff --git a/api/apache-http-legacy-removed.txt b/api/removed.txt
index e69de29..e69de29 100644
--- a/api/apache-http-legacy-removed.txt
+++ b/api/removed.txt
diff --git a/api/system-current.txt b/api/system-current.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/api/system-current.txt
diff --git a/api/system-removed.txt b/api/system-removed.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/api/system-removed.txt
diff --git a/api/test-current.txt b/api/test-current.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/api/test-current.txt
diff --git a/api/test-removed.txt b/api/test-removed.txt
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/api/test-removed.txt