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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java55 * java.net.SocketImpl#shutdownOutput()
60 s.shutdownOutput();
148 public void shutdownOutput() throws IOException { method in class:SocketImplTest.MockSocketImpl
149 super.shutdownOutput();
H A DSocketTest.java877 s.shutdownOutput();
1169 worker.shutdownOutput();
1228 worker.shutdownOutput();
1284 worker.shutdownOutput();
1343 worker.shutdownOutput();
1595 * java.net.Socket#shutdownOutput()
1607 worker.shutdownOutput();
1626 s.shutdownOutput();
1628 s.shutdownOutput();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DMockSocketChannel.java95 public SocketChannel shutdownOutput() throws IOException { method in class:MockSocketChannel
H A DSocketChannelTest.java3818 public SocketChannel shutdownOutput() throws IOException { method in class:SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/
H A DSocketChannel.java292 public abstract SocketChannel shutdownOutput() throws IOException; method in class:SocketChannel
H A DAsynchronousSocketChannel.java261 public abstract AsynchronousSocketChannel shutdownOutput() throws IOException; method in class:AsynchronousSocketChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DSocketChannelTest.java391 channel1.shutdownOutput();
398 channel1.shutdownOutput();
407 // #shutdownOutput.
411 channel1.shutdownOutput();
H A DSelectorTest.java180 server.shutdownOutput();
H A DOldSocketChannelTest.java420 public SocketChannel shutdownOutput() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel
H A DAsynchronousSocketChannelTest.java813 asc.shutdownOutput();
/libcore/ojluni/src/main/java/java/net/
H A DSocketImpl.java190 * @see java.net.Socket#shutdownOutput()
205 * shutdownOutput() on the socket, the stream will throw
215 protected void shutdownOutput() throws IOException { method in class:SocketImpl
H A DSocket.java1552 * @see java.net.Socket#shutdownOutput()
1575 * shutdownOutput() on the socket, the stream will throw
1587 public void shutdownOutput() throws IOException method in class:Socket
1595 getImpl().shutdownOutput();
1678 * @see #shutdownOutput
H A DAbstractPlainSocketImpl.java593 protected void shutdownOutput() throws IOException { method in class:AbstractPlainSocketImpl
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java420 public void shutdownOutput() throws IOException { method in class:SocketAdaptor
422 sc.shutdownOutput();
H A DAsynchronousSocketChannelImpl.java550 public final AsynchronousSocketChannel shutdownOutput() throws IOException { method in class:AsynchronousSocketChannelImpl
H A DSocketChannelImpl.java837 public SocketChannel shutdownOutput() throws IOException { method in class:SocketChannelImpl
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java637 servSock.shutdownOutput();
1358 servSock.shutdownOutput();
1957 s.shutdownOutput();
1993 s.shutdownOutput();
1996 s.shutdownOutput();
H A DURLConnectionTest.java3352 @Override public void shutdownOutput() throws IOException { delegate.shutdownOutput(); } method in class:URLConnectionTest.DelegatingSocket
3370 @Override public void shutdownOutput() throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
3371 delegate.shutdownOutput();
/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java321 socket.shutdownOutput();

Completed in 381 milliseconds