Searched refs:shutdownInput (Results 1 - 8 of 8) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DSocketImplTest.java62 * java.net.SocketImpl#shutdownInput()
67 s.shutdownInput();
146 public void shutdownInput() throws IOException { method in class:SocketImplTest.MockSocketImpl
147 super.shutdownInput();
H A DSocketTest.java1127 client.shutdownInput();
1554 client.shutdownInput();
1571 s.shutdownInput();
1573 s.shutdownInput();
/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java233 protected void shutdownInput() throws IOException { method in class:SocketImpl
H A DPlainSocketImpl.java47 private boolean shutdownInput; field in class:PlainSocketImpl
125 if (shutdownInput) {
360 protected void shutdownInput() throws IOException { method in class:PlainSocketImpl
361 shutdownInput = true;
482 if (shutdownInput) {
492 shutdownInput = true;
H A DSocket.java628 public void shutdownInput() throws IOException { method in class:Socket
633 impl.shutdownInput();
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSocket.java834 @Override public void shutdownInput() throws IOException { method in class:SSLSocket
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java599 theSocket.shutdownInput();
618 socket.shutdownInput();
649 theSocket.shutdownInput();
1414 theSocket.shutdownInput();
2111 s.shutdownInput();
2114 s.shutdownInput();
/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java319 socket.shutdownInput();

Completed in 493 milliseconds