diff options
| author | 2013-07-08 10:01:17 -0700 | |
|---|---|---|
| committer | 2013-07-08 10:01:17 -0700 | |
| commit | 86aa19532896dc6ede04d53ee96708becde9b0dc (patch) | |
| tree | 85e61c23186278b281303b5ae4bc3616ea509315 | |
| parent | da52b9a28756e67daa03654953678dfa08e0ca5d (diff) | |
| parent | 2a26547fd391c8038ad9f57fcb51d62fba0ee543 (diff) | |
am 2a26547f: Merge "Track libcore API update."
* commit '2a26547fd391c8038ad9f57fcb51d62fba0ee543':
Track libcore API update.
| -rw-r--r-- | api/current.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt index da6dc0bba283..812d3723b870 100644 --- a/api/current.txt +++ b/api/current.txt @@ -34748,6 +34748,7 @@ package java.net { method public int getResponseCode() throws java.io.IOException; method public java.lang.String getResponseMessage() throws java.io.IOException; method public void setChunkedStreamingMode(int); + method public void setFixedLengthStreamingMode(long); method public void setFixedLengthStreamingMode(int); method public static void setFollowRedirects(boolean); method public void setInstanceFollowRedirects(boolean); @@ -34791,6 +34792,7 @@ package java.net { field public static final int HTTP_VERSION = 505; // 0x1f9 field protected int chunkLength; field protected int fixedContentLength; + field protected long fixedContentLengthLong; field protected boolean instanceFollowRedirects; field protected java.lang.String method; field protected int responseCode; |