- read() - Method in class sun.net.www.http.ChunkedInputStream
-
See the general contract of the read
method of InputStream
.
- read(byte[], int, int) - Method in class sun.net.www.http.ChunkedInputStream
-
Reads bytes from this stream into the specified byte array, starting at the given offset.
- readTimeout - Variable in class sun.net.NetworkClient
-
- reset() - Method in class sun.net.www.http.ChunkedOutputStream
-
- reset() - Method in class sun.net.www.http.PosterOutputStream
-
Resets the count
field of this output stream to zero, so that all currently accumulated output in
the ouput stream is discarded.
- resetProperties() - Static method in class sun.net.www.http.HttpClient
-
- responseCode() - Method in exception java.net.HttpRetryException
-
Returns the http response code
- responseCode - Variable in class java.net.HttpURLConnection
-
An int
representing the three digit HTTP Status-Code.
- responseMessage - Variable in class java.net.HttpURLConnection
-
The HTTP response message.
- reuse - Variable in class sun.net.www.http.HttpClient
-