Searched refs:shutdownOutput (Results 1 - 9 of 9) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java49 * java.net.SocketImpl#shutdownOutput()
54 s.shutdownOutput();
142 public void shutdownOutput() throws IOException { method in class:SocketImplTest.MockSocketImpl
143 super.shutdownOutput();
H A DSocketTest.java876 s.shutdownOutput();
1164 worker.shutdownOutput();
1223 worker.shutdownOutput();
1279 worker.shutdownOutput();
1338 worker.shutdownOutput();
1582 * java.net.Socket#shutdownOutput()
1594 worker.shutdownOutput();
1613 s.shutdownOutput();
1615 s.shutdownOutput();
/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java246 protected void shutdownOutput() throws IOException { method in class:SocketImpl
H A DSocket.java649 public void shutdownOutput() throws IOException { method in class:Socket
654 impl.shutdownOutput();
H A DPlainSocketImpl.java369 protected void shutdownOutput() throws IOException { method in class:PlainSocketImpl
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSocket.java850 @Override public void shutdownOutput() throws IOException { method in class:SSLSocket
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java636 servSock.shutdownOutput();
1448 servSock.shutdownOutput();
2081 s.shutdownOutput();
2123 s.shutdownOutput();
2126 s.shutdownOutput();
H A DURLConnectionTest.java2809 @Override public void shutdownOutput() throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
2810 delegate.shutdownOutput();
/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java321 socket.shutdownOutput();

Completed in 352 milliseconds