am 86aa1953: am 2a26547f: Merge "Track libcore API update."

* commit '86aa19532896dc6ede04d53ee96708becde9b0dc':
  Track libcore API update.
This commit is contained in:
Elliott Hughes
2013-07-08 10:03:48 -07:00
committed by Android Git Automerger

View File

@@ -34750,6 +34750,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);
@@ -34793,6 +34794,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;