diff options
| author | 2013-07-08 09:41:06 -0700 | |
|---|---|---|
| committer | 2013-07-08 09:41:06 -0700 | |
| commit | 2ecdbc5395c14a3b919a3c9dd3eb98702952dec0 (patch) | |
| tree | 0b66ff351b7e0f1ef3fe5adacab1172d99c6c4ab | |
| parent | 8113b17c473367bd1be7db707fc5b94121cb09e5 (diff) | |
Track libcore API update.
Bug: 3484927
Change-Id: Icd8a45d33efd205a5eb21ac6a4fcf781f8b5e064
| -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 ecef765e3f52..dca2833ba1dc 100644 --- a/api/current.txt +++ b/api/current.txt @@ -33643,6 +33643,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); @@ -33686,6 +33687,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; |