Searched refs:getOutputStream (Results 26 - 50 of 392) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/lang/Runtime/exec/
H A DExecWithDir.java53 p.getOutputStream().close();
/openjdk7/jdk/test/java/net/Authenticator/
H A DBasicTest.java80 os = s.getOutputStream();
88 os = s.getOutputStream();
97 os = s.getOutputStream();
106 os = s.getOutputStream();
/openjdk7/jdk/test/java/net/HttpURLConnection/
H A DHttpResponseCode.java47 s.getOutputStream() ));
/openjdk7/jdk/test/java/net/Socket/
H A DOldImpl.java69 protected OutputStream getOutputStream(){ method in class:OldImpl.FunkySocketImpl
H A DOldSocketImpl.java62 protected OutputStream getOutputStream() throws IOException { method in class:OldSocketImpl
H A DReadTimeout.java53 os = soc1.getOutputStream();
H A DSoTimeout.java80 s.getOutputStream().write(b, 0, 12);
H A DOldSocketImpl.jarMETA-INF/ META-INF/MANIFEST.MF OldSocketImpl$1.class OldSocketImpl.java package OldSocketImpl ...
/openjdk7/jdk/test/java/net/Socket/asyncClose/
H A DBrokenPipe.java62 client.getOutputStream().write(new byte[1000000]);
H A DSocket_getOutputStream_write.java25 * Tests that a thread blocked in Socket.getOutputStream().write()
35 return "Socket.getOutputStream().write()";
40 OutputStream out = s.getOutputStream();
73 failed("getOutputStream().write() wasn't preempted");
/openjdk7/jdk/test/java/net/SocketInputStream/
H A DSocketClosedException.java39 OutputStream os = socket.getOutputStream();
/openjdk7/jdk/test/java/net/URLConnection/
H A DGetResponseCode.java46 s.getOutputStream() ));
H A DRedirectLimit.java90 s.getOutputStream().write(reply.getBytes());
96 s.getOutputStream().write(reply3.getBytes());
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/SSLSocketImpl/
H A DClientModeClientAuth.java85 OutputStream out = socket.getOutputStream();
106 OutputStream sslOS = sslSocket.getOutputStream();
139 OutputStream out = socket.getOutputStream();
155 OutputStream sslOS = sslSocket.getOutputStream();
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/ServerHandshaker/
H A DGetPeerHostClient.java66 s.getOutputStream())));
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/activatable/
H A DMultiSocketFactory.java110 public OutputStream getOutputStream() throws IOException { method in class:MultiSocketFactory.CompressSocket
112 out = new CompressOutputStream(super.getOutputStream());
146 public OutputStream getOutputStream() throws IOException { method in class:MultiSocketFactory.XorSocket
148 out = new XorOutputStream(super.getOutputStream(), pattern);
/openjdk7/jdk/test/java/rmi/server/RMISocketFactory/useSocketFactory/unicast/
H A DMultiSocketFactory.java110 public OutputStream getOutputStream() throws IOException { method in class:MultiSocketFactory.CompressSocket
112 out = new CompressOutputStream(super.getOutputStream());
146 public OutputStream getOutputStream() throws IOException { method in class:MultiSocketFactory.XorSocket
148 out = new XorOutputStream(super.getOutputStream(), pattern);
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DB6890349.java62 OutputStream os = s.getOutputStream();
/openjdk7/jdk/src/share/classes/sun/rmi/transport/
H A DConnectionOutputStream.java62 super(conn.getOutputStream());
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DLongTransferTest.java107 s.getOutputStream().write(bs);
108 s.getOutputStream().flush();
/openjdk7/jdk/test/sun/jvmstat/testlibrary/
H A DJavaProcess.java138 public OutputStream getOutputStream() { method in class:JavaProcess
140 return process.getOutputStream();
143 "getOutputStream() called with process == null");
/openjdk7/jdk/test/sun/net/www/http/HttpClient/
H A DCookieHttpClientTest.java57 s.getOutputStream().write(replyString.getBytes());
60 s.getOutputStream().write(replyString.getBytes());
H A DB6726695.java80 out = http.getOutputStream();
97 out = http.getOutputStream();
120 out = http.getOutputStream();
157 PrintStream out = new PrintStream(new BufferedOutputStream(s.getOutputStream()));
175 PrintStream out = new PrintStream(new BufferedOutputStream(s.getOutputStream()));
209 PrintStream out = new PrintStream(new BufferedOutputStream(s.getOutputStream()));
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DClient.java89 new PrintStream(ctrlSock.getOutputStream());
106 sockArr[idx].getOutputStream().write(buff,0,BYTESPEROP);
/openjdk7/jdk/test/sun/rmi/transport/tcp/blockAccept/
H A DBlockAcceptTest.java121 DoS.getOutputStream().write(0);
122 DoS.getOutputStream().close();

Completed in 60 milliseconds

1234567891011>>