Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java67 s.shutdownInput(); in test_shutdownInput()
146 public void shutdownInput() throws IOException { in shutdownInput() method in SocketImplTest.MockSocketImpl
147 super.shutdownInput(); in shutdownInput()
DSocketTest.java1130 client.shutdownInput(); in test_isInputShutdown()
1560 client.shutdownInput(); in test_shutdownInput()
1577 s.shutdownInput(); in test_shutdownInput()
1579 s.shutdownInput(); in test_shutdownInput()
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java195 protected void shutdownInput() throws IOException { in shutdownInput() method in SocketImpl
DSocket.java1466 public void shutdownInput() throws IOException in shutdownInput() method in Socket
1474 getImpl().shutdownInput(); in shutdownInput()
DAbstractPlainSocketImpl.java513 protected void shutdownInput() throws IOException { in shutdownInput() method in AbstractPlainSocketImpl
/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.java262 public abstract SocketChannel shutdownInput() throws IOException; in shutdownInput() method in SocketChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java441 public void shutdownInput() throws IOException { in shutdownInput() method in SocketAdaptor
443 sc.shutdownInput(); in shutdownInput()
DSocketChannelImpl.java802 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelImpl
/libcore/luni/src/test/java/libcore/java/nio/channels/
DSelectorTest.java198 server.shutdownInput(); in test28318596()
DOldSocketChannelTest.java425 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in OldSocketChannelTest.MockSocketChannel
DSocketChannelTest.java360 channel1.shutdownInput(); in test_shutdownInput()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketTest.java599 theSocket.shutdownInput(); in test_shutdownInput()
618 socket.shutdownInput(); in test_shutdownInput()
649 theSocket.shutdownInput(); in test_shutdownOutput()
1416 theSocket.shutdownInput(); in test_isInputShutdown()
2113 s.shutdownInput(); in test_shutdownInputOutput_twice()
2116 s.shutdownInput(); in test_shutdownInputOutput_twice()
DURLConnectionTest.java3219 @Override public void shutdownInput() throws IOException {
3220 delegate.shutdownInput();
/libcore/support/src/test/java/tests/http/
DMockWebServer.java319 socket.shutdownInput(); in serveConnection()