Searched defs:HttpInputStream (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DHttpInputStream.java33 public class HttpInputStream implements Runnable { class in inherits:Runnable
67 public HttpInputStream() throws Exception { method in class:HttpInputStream
92 throw new RuntimeException("HttpInputStream.read() failed with 0xff");
97 new HttpInputStream();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpInputStream.java32 * The HttpInputStream class assists the HttpSendSocket and HttpReceiveSocket
36 class HttpInputStream extends FilterInputStream { class in inherits:FilterInputStream
48 public HttpInputStream(InputStream in) throws IOException method in class:HttpInputStream
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java1612 inputStream = new HttpInputStream(inputStream, cacheRequest);
1618 if (!(inputStream instanceof HttpInputStream)) {
1619 inputStream = new HttpInputStream(inputStream);
2950 class HttpInputStream extends FilterInputStream { class in class:HttpURLConnection
2957 public HttpInputStream (InputStream is) { method in class:HttpURLConnection.HttpInputStream
2963 public HttpInputStream (InputStream is, CacheRequest cacheRequest) { method in class:HttpURLConnection.HttpInputStream

Completed in 60 milliseconds