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

/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLSocket.java842 @Override public void shutdownInput() throws IOException { method in class:SSLSocket
/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();
/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) {
356 protected void shutdownInput() throws IOException { method in class:PlainSocketImpl
357 shutdownInput = true;
478 if (shutdownInput) {
488 shutdownInput = true;
H A DSocket.java630 public void shutdownInput() throws IOException { method in class:Socket
635 impl.shutdownInput();
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java2805 @Override public void shutdownInput() throws IOException { method in class:URLConnectionTest.DelegatingSSLSocket
2806 delegate.shutdownInput();

Completed in 142 milliseconds