am 2a26547f: Merge "Track libcore API update."
* commit '2a26547fd391c8038ad9f57fcb51d62fba0ee543': Track libcore API update.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user