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

/libcore/luni/src/main/java/java/net/
H A DSocketImpl.java233 protected void shutdownInput() throws IOException { method in class:SocketImpl
H A DPlainSocketImpl.java56 private boolean shutdownInput; field in class:PlainSocketImpl
143 if (shutdownInput) {
363 protected void shutdownInput() throws IOException { method in class:PlainSocketImpl
364 shutdownInput = true;
485 if (shutdownInput) {
495 shutdownInput = true;
H A DSocket.java604 public void shutdownInput() throws IOException { method in class:Socket
609 impl.shutdownInput();
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSocket.java125 @Override public void shutdownInput() throws IOException { method in class:SSLSocket
/libcore/luni/src/test/java/libcore/java/net/
H A DOldSocketTest.java600 theSocket.shutdownInput();
619 socket.shutdownInput();
650 theSocket.shutdownInput();
1415 theSocket.shutdownInput();
2112 s.shutdownInput();
2115 s.shutdownInput();
/libcore/support/src/test/java/tests/http/
H A DMockWebServer.java318 socket.shutdownInput();

Completed in 150 milliseconds