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

/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.java283 public abstract SocketChannel shutdownOutput() throws IOException; method in class:SocketChannel
/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/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 DAbstractPlainSocketImpl.java526 protected void shutdownOutput() throws IOException { method in class:AbstractPlainSocketImpl
H A DSocket.java1480 * @see java.net.Socket#shutdownOutput()
1503 * shutdownOutput() on the socket, the stream will throw
1515 public void shutdownOutput() throws IOException method in class:Socket
1523 getImpl().shutdownOutput();
1606 * @see #shutdownOutput
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSocketAdaptor.java449 public void shutdownOutput() throws IOException { method in class:SocketAdaptor
451 sc.shutdownOutput();
H A DSocketChannelImpl.java819 public SocketChannel shutdownOutput() throws IOException { method in class:SocketChannelImpl
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DOldSocketChannelTest.java420 public SocketChannel shutdownOutput() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java3228 @Override public void shutdownOutput() throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
3229 delegate.shutdownOutput();

Completed in 391 milliseconds