Searched refs:getInputStream (Results 76 - 100 of 648) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DExecWithDir.java52 p.getInputStream().close();
/openjdk7/jdk/test/java/net/HttpURLConnection/
H A DHttpResponseCode.java42 new InputStreamReader(s.getInputStream()) );
/openjdk7/jdk/test/java/net/Socket/
H A DCloseAvailable.java52 DataInputStream is = new DataInputStream(soc.getInputStream());
H A DOldImpl.java65 protected InputStream getInputStream(){ method in class:OldImpl.FunkySocketImpl
H A DOldSocketImpl.java58 protected InputStream getInputStream() throws IOException { method in class:OldSocketImpl
H A DRST.java54 InputStream in = server.getInputStream();
H A DReadTimeout.java52 is = soc.getInputStream();
H A DSoTimeout.java60 s.getInputStream().read(b, 0, b.length);
/openjdk7/jdk/test/java/net/SocketInputStream/
H A DSocketClosedException.java51 InputStream is = socket.getInputStream();
/openjdk7/jdk/test/java/net/URLConnection/
H A DTimeoutTest.java73 InputStream is = urlc.getInputStream ();
/openjdk7/jdk/test/java/net/URLConnection/contentHandler/COM/foo/content/text/
H A Dplain.java66 InputStream is = uc.getInputStream();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientModeClientAuth.java86 InputStream in = socket.getInputStream();
105 InputStream sslIS = sslSocket.getInputStream();
138 InputStream in = socket.getInputStream();
154 InputStream sslIS = sslSocket.getInputStream();
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DCookieHttpsClientTest.java105 readOneRequest(sslSocket.getInputStream());
108 readOneRequest(sslSocket.getInputStream());
140 InputStream in = url.openConnection().getInputStream();
147 in = url.openConnection().getInputStream();
H A DReadTimeout.java109 InputStream sslIS = sslSocket.getInputStream();
120 sslIS = sslSocket.getInputStream();
173 InputStream is = http.getInputStream ();
188 InputStream is = http.getInputStream ();
/openjdk7/jdk/test/tools/pack200/pack200-verifier/src/sun/tools/pack/verify/
H A DClassCompare.java66 InputStream is1 = jf1.getInputStream(je);
67 InputStream is2 = jf2.getInputStream(je);
81 is1 = jf1.getInputStream(je);
82 is2 = jf2.getInputStream(je);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DMultiSocketFactory.java104 public InputStream getInputStream() throws IOException { method in class:MultiSocketFactory.CompressSocket
106 in = new CompressInputStream(super.getInputStream());
140 public InputStream getInputStream() throws IOException { method in class:MultiSocketFactory.XorSocket
142 in = new XorInputStream(super.getInputStream(), pattern);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DMultiSocketFactory.java104 public InputStream getInputStream() throws IOException { method in class:MultiSocketFactory.CompressSocket
106 in = new CompressInputStream(super.getInputStream());
140 public InputStream getInputStream() throws IOException { method in class:MultiSocketFactory.XorSocket
142 in = new XorInputStream(super.getInputStream(), pattern);
/openjdk7/jdk/test/java/util/jar/JarFile/
H A DScanSignedJar.java47 try (InputStream jis = file.getInputStream(entry)) {
H A DSorryClosed.java45 f.getInputStream(e);
/openjdk7/jdk/test/java/util/zip/ZipFile/
H A DShortRead.java51 final InputStream inputStream = zipFile.getInputStream(zentry);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6890349.java44 InputStream is = urlc.getInputStream();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/proxy/
H A DHttpReceiveSocket.java70 socket.getInputStream());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DXmlDataContentHandler.java81 return new StreamSource(dataSource.getInputStream());
91 return new StreamSource(dataSource.getInputStream());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/message/
H A DDataHandlerAttachment.java84 return new StreamSource(dh.getInputStream());
92 return dh.getInputStream();
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6886436.java57 InputStream is = urlc.getInputStream();
62 is = urlc.getInputStream();

Completed in 81 milliseconds

1234567891011>>