Searched refs:getInputStream (Results 151 - 175 of 648) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DResolver.java254 retval = createInputSource(contentType, conn.getInputStream(),
257 retval = new InputSource(XmlReader.createReader(conn.getInputStream()));
334 retval = new InputSource(XmlReader.createReader(conn.getInputStream()));
338 conn.getInputStream(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DGifDataContentHandler.java77 InputStream is = ds.getInputStream();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DJAXMStreamSource.java72 public InputStream getInputStream() { method in class:JAXMStreamSource
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DMIMEPartStreamingDataHandler.java84 public InputStream getInputStream() throws IOException { method in class:MIMEPartStreamingDataHandler.StreamingDataSource
/openjdk7/jdk/test/com/sun/jndi/ldap/
H A DNoWaitForReplyTest.java112 InputStream in = socket.getInputStream();
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest10.java85 InputStream is = socket.getInputStream();
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6526158.java64 InputStream is = urlc.getInputStream();
H A DB6526913.java56 InputStream is = urlc.getInputStream();
/openjdk7/jdk/test/java/io/File/
H A DDeleteOnExitNPE.java51 BufferedReader isReader = new BufferedReader(new InputStreamReader(process.getInputStream()));
/openjdk7/jdk/test/java/io/OutputStreamWriter/
H A DEncode.java66 new BufferedReader(new InputStreamReader(s.getInputStream())))
/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DConcurrentRead.java49 InputStream in = p.getInputStream();
H A DDuped.java78 new BufferedReader(new InputStreamReader(p.getInputStream()));
H A DExecWithInput.java60 IO ioOut = new IO("stdout", p.getInputStream(), System.out);
H A DExecWithLotsOfArgs.java80 (new InputStreamReader(p.getInputStream()));
H A DSetCwd.java56 (new InputStreamReader(p.getInputStream()));
/openjdk7/jdk/test/java/lang/instrument/
H A DRedefineBigClassAgent.java59 redefineStream = conn.getInputStream();
H A DRedefineClassWithNativeMethodAgent.java53 redefineStream = conn.getInputStream();
/openjdk7/jdk/test/java/math/BigInteger/
H A DModPowPowersof2.java64 p.getInputStream()));
/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java81 InputStream is = urlc.getInputStream ();
/openjdk7/jdk/test/java/net/ResponseCache/
H A DTest.java72 InputStream is = urlc.getInputStream();
/openjdk7/jdk/test/java/net/Socket/
H A DInheritTimeout.java75 s2.getInputStream().read();
/openjdk7/jdk/test/java/net/Socket/asyncClose/
H A DSocket_getInputStream_read.java25 * Tests that a thread blocked in Socket.getInputStream().read()
43 String s = "Socket.getInputStream().read()";
54 in = s.getInputStream();
95 failed("getInputStream().read() wasn't preempted");
/openjdk7/jdk/test/java/net/SocketInputStream/
H A DSocketTimeout.java51 is = soc.getInputStream();
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DB7050028.java38 * @summary ISE "zip file closed" from JarURLConnection.getInputStream on JDK 7 when !useCaches
47 InputStream is = conn.getInputStream();
/openjdk7/jdk/test/java/net/URLConnection/
H A DHttpContinueStackOverflow.java62 new InputStreamReader(sock.getInputStream()));

Completed in 101 milliseconds

1234567891011>>