Searched defs:getOutputStream (Results 1 - 16 of 16) sorted by relevance

/libcore/luni/src/main/java/javax/xml/transform/stream/
H A DStreamResult.java110 public OutputStream getOutputStream() { method in class:StreamResult
/libcore/ojluni/src/main/java/java/lang/
H A DProcess.java51 * {@link #getOutputStream()},
95 public abstract OutputStream getOutputStream(); method in class:Process
H A DUNIXProcess.java194 public OutputStream getOutputStream() { method in class:UNIXProcess
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DFileDescriptorHolderSocketImpl.java97 protected OutputStream getOutputStream() throws IOException { method in class:FileDescriptorHolderSocketImpl
H A DSocketAdaptor.java261 public OutputStream getOutputStream() throws IOException { method in class:SocketAdaptor
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketImplFactoryTest.java158 protected OutputStream getOutputStream() throws IOException { method in class:OldSocketImplFactoryTest.MockSocketImpl
H A DOldServerSocketTest.java356 protected OutputStream getOutputStream() throws IOException { method in class:OldServerSocketTest.MockSocketImpl
H A DOldSocketTest.java192 s.getOutputStream();
280 // java.net.Socket.getOutputStream()
281 int sport = startServer("SServer getOutputStream");
283 java.io.OutputStream os = s.getOutputStream();
290 OutputStream o = s.getOutputStream()) {
300 OutputStream o = s.getOutputStream()) {
599 OutputStream theOutput = servSock.getOutputStream();
634 OutputStream theOutput = servSock.getOutputStream();
1020 OutputStream theOutput = servSock.getOutputStream();
1022 OutputStream theOutput2 = theSocket.getOutputStream();
2104 protected OutputStream getOutputStream() throws IOException { method in class:OldSocketTest.MockSocketImpl
[all...]
H A DURLConnectionTest.java504 OutputStream out = conn.getOutputStream();
1090 checkDisconnectDuringConnect(HttpURLConnection::getOutputStream);
1408 OutputStream outputStream = urlConnection.getOutputStream();
1449 OutputStream outputStream = connection.getOutputStream();
1589 OutputStream outputStream = connection.getOutputStream();
1625 OutputStream outputStream = connection.getOutputStream();
2004 OutputStream outputStream = connection.getOutputStream();
2166 urlConnection.getOutputStream().write("ABC".getBytes("UTF-8"));
2277 OutputStream out = connection.getOutputStream();
2649 connection.getOutputStream();
3333 @Override public OutputStream getOutputStream() throws IOException { return delegate.getOutputStream(); } method in class:URLConnectionTest.DelegatingSocket
3486 @Override public OutputStream getOutputStream() throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
[all...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java122 protected OutputStream getOutputStream() throws IOException { method in class:SocketImplTest.MockSocketImpl
H A DServerSocketTest.java952 protected OutputStream getOutputStream() throws IOException { method in class:ServerSocketTest.MockSocketImpl
/libcore/ojluni/src/main/java/java/net/
H A DSocketImpl.java160 protected abstract OutputStream getOutputStream() throws IOException; method in class:SocketImpl
H A DAbstractPlainSocketImpl.java479 protected synchronized OutputStream getOutputStream() throws IOException { method in class:AbstractPlainSocketImpl
H A DSocket.java973 public OutputStream getOutputStream() throws IOException { method in class:Socket
986 return impl.getOutputStream();
H A DURLConnection.java101 * <li>{@code getOutputStream}
151 * @see java.net.URLConnection#getOutputStream()
848 public OutputStream getOutputStream() throws IOException { method in class:URLConnection
/libcore/ojluni/src/main/java/sun/net/www/protocol/ftp/
H A DFtpURLConnection.java540 public OutputStream getOutputStream() throws IOException { method in class:FtpURLConnection
549 OutputStream out = http.getOutputStream();

Completed in 301 milliseconds