Home
last modified time | relevance | path

Searched defs:getOutputStream (Results 1 – 19 of 19) sorted by relevance

/libcore/luni/src/main/java/java/lang/
DProcess.java102 public abstract OutputStream getOutputStream(); in getOutputStream() method in Process
DProcessManager.java289 public OutputStream getOutputStream() { in getOutputStream() method in ProcessManager.ProcessImpl
/libcore/luni/src/main/java/javax/xml/transform/stream/
DStreamResult.java110 public OutputStream getOutputStream() { in getOutputStream() method in StreamResult
/libcore/luni/src/test/java/tests/api/java/lang/
DProcessTest.java197 public OutputStream getOutputStream() { in getOutputStream() method in ProcessTest.ProcessClass
/libcore/luni/src/main/java/java/net/
DSocketImpl.java187 protected abstract OutputStream getOutputStream() throws IOException; in getOutputStream() method in SocketImpl
DURLConnection.java622 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in URLConnection
DPlainSocketImpl.java248 @Override protected synchronized OutputStream getOutputStream() throws IOException { in getOutputStream() method in PlainSocketImpl
DSocket.java380 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in Socket
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java158 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketImplFactoryTest.MockSocketImpl
DOldServerSocketTest.java372 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java159 @Override protected OutputStream getOutputStream() throws IOException { return null; } in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldSocketTest.java2431 protected OutputStream getOutputStream() throws IOException { in getOutputStream() method in OldSocketTest.MockSocketImpl
/libcore/luni/src/main/java/libcore/net/http/
DHttpConnection.java144 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in HttpConnection
DHttpURLConnectionImpl.java187 @Override public final OutputStream getOutputStream() throws IOException { in getOutputStream() method in HttpURLConnectionImpl
DHttpsURLConnectionImpl.java280 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in HttpsURLConnectionImpl
/libcore/luni/src/main/java/libcore/net/url/
DFtpURLConnection.java337 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in FtpURLConnection
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DSSLSocketImpl.java471 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in SSLSocketImpl
DOpenSSLSocketImpl.java625 @Override public OutputStream getOutputStream() throws IOException { in getOutputStream() method in OpenSSLSocketImpl
/libcore/luni/src/main/java/java/nio/
DSocketChannelImpl.java546 public OutputStream getOutputStream() throws IOException { in getOutputStream() method in SocketChannelImpl.SocketAdapter