Home
last modified time | relevance | path

Searched refs:shutdownInput (Results 1 – 24 of 24) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java73 s.shutdownInput(); in test_shutdownInput()
152 public void shutdownInput() throws IOException { in shutdownInput() method in SocketImplTest.MockSocketImpl
153 super.shutdownInput(); in shutdownInput()
DSocketTest.java1132 client.shutdownInput(); in test_isInputShutdown()
1567 client.shutdownInput(); in test_shutdownInput()
1584 s.shutdownInput(); in test_shutdownInput()
1586 s.shutdownInput(); in test_shutdownInput()
/libcore/ojluni/src/test/java/net/Socket/
DShutdownInput.java76 s2.shutdownInput(); in test()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockSocketChannel.java100 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in MockSocketChannel
DSocketChannelTest.java3823 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java271 public abstract SocketChannel shutdownInput() throws IOException; in shutdownInput() method in SocketChannel
DAsynchronousSocketChannel.java241 public abstract AsynchronousSocketChannel shutdownInput() throws IOException; in shutdownInput() method in AsynchronousSocketChannel
/libcore/ojluni/annotations/mmodule/java/net/
DSocketImpl.annotated.java59 protected void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in SocketImpl
DSocket.annotated.java122 public void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in Socket
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java414 public void shutdownInput() throws IOException { in shutdownInput() method in SocketAdaptor
416 sc.shutdownInput(); in shutdownInput()
DAsynchronousSocketChannelImpl.java532 public final AsynchronousSocketChannel shutdownInput() throws IOException { in shutdownInput() method in AsynchronousSocketChannelImpl
DSocketChannelImpl.java822 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelImpl
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocketImpl.java62 protected void shutdownInput() throws java.io.IOException { in shutdownInput() method in SocketImpl
DSocket.java253 public void shutdownInput() throws java.io.IOException { in shutdownInput() method in Socket
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java196 protected void shutdownInput() throws IOException { in shutdownInput() method in SocketImpl
DSocket.java1562 public void shutdownInput() throws IOException in shutdownInput() method in Socket
1570 getImpl().shutdownInput(); in shutdownInput()
DAbstractPlainSocketImpl.java618 protected void shutdownInput() throws IOException { in shutdownInput() method in AbstractPlainSocketImpl
/libcore/luni/src/test/java/libcore/java/nio/channels/
DSelectorTest.java179 server.shutdownInput(); in test28318596()
DOldSocketChannelTest.java425 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in OldSocketChannelTest.MockSocketChannel
DSocketChannelTest.java372 channel1.shutdownInput(); in test_shutdownInput()
DAsynchronousSocketChannelTest.java796 asc.shutdownInput(); in test_shutdown()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java605 theSocket.shutdownInput(); in test_shutdownInput()
624 socket.shutdownInput(); in test_shutdownInput()
655 theSocket.shutdownInput(); in test_shutdownOutput()
1340 theSocket.shutdownInput(); in test_isInputShutdown()
1997 s.shutdownInput(); in test_shutdownInputOutput_twice()
2000 s.shutdownInput(); in test_shutdownInputOutput_twice()
DURLConnectionTest.java3592 @Override public void shutdownInput() throws IOException { delegate.shutdownInput(); }
3607 @Override public void shutdownInput() throws IOException {
3608 delegate.shutdownInput();
/libcore/api/
Dcurrent.txt5401 method public void shutdownInput() throws java.io.IOException;
5433 method protected void shutdownInput() throws java.io.IOException;
6036 …method public abstract java.nio.channels.AsynchronousSocketChannel shutdownInput() throws java.io.…
6335 … method public abstract java.nio.channels.SocketChannel shutdownInput() throws java.io.IOException;