Searched defs:shutdownOutput (Results 1 - 6 of 6) sorted by relevance

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSocket.java850 @Override public void shutdownOutput() throws IOException { method in class:SSLSocket
/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();
/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java246 protected void shutdownOutput() throws IOException { method in class:SocketImpl
H A DPlainSocketImpl.java369 protected void shutdownOutput() throws IOException { method in class:PlainSocketImpl
H A DSocket.java649 public void shutdownOutput() throws IOException { method in class:Socket
654 impl.shutdownOutput();
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2809 @Override public void shutdownOutput() throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
2810 delegate.shutdownOutput();

Completed in 2686 milliseconds