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

/openjdk7/jdk/test/java/net/Socket/
H A DShutdownBoth.java27 * @summary Check that shutdownInput followed by shutdownOutput
40 s1.shutdownInput();
/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DShutdown.java63 sc.shutdownInput();
74 sc.socket().shutdownInput();
H A DBasic.java67 sc.socket().shutdownInput();
H A DAdaptSocket.java83 so.shutdownInput();
/openjdk7/jdk/src/share/classes/java/net/
H A DSocketImpl.java185 * shutdownInput() on the socket, the stream will return EOF.
194 protected void shutdownInput() throws IOException { method in class:SocketImpl
209 * @see java.net.Socket#shutdownInput()
H A DSocket.java865 * using {@link #shutdownInput()}
1448 * shutdownInput() on the socket, the stream will return EOF.
1459 public void shutdownInput() throws IOException method in class:Socket
1467 getImpl().shutdownInput();
1484 * @see java.net.Socket#shutdownInput()
1568 * @see #shutdownInput
H A DAbstractPlainSocketImpl.java553 protected void shutdownInput() throws IOException { method in class:AbstractPlainSocketImpl
/openjdk7/jdk/src/share/classes/java/nio/channels/
H A DSocketChannel.java262 public abstract SocketChannel shutdownInput() throws IOException; method in class:SocketChannel
H A DAsynchronousSocketChannel.java232 public abstract AsynchronousSocketChannel shutdownInput() throws IOException; method in class:AsynchronousSocketChannel
/openjdk7/jdk/src/windows/classes/java/net/
H A DPlainSocketImpl.java250 protected void shutdownInput() throws IOException { method in class:PlainSocketImpl
251 impl.shutdownInput();
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DBaseSSLSocketImpl.java192 * The semantics of shutdownInput is not supported in TLS 1.0
198 public final void shutdownInput() throws IOException { method in class:BaseSSLSocketImpl
199 throw new UnsupportedOperationException("The method shutdownInput()" +
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DSocketAdaptor.java424 public void shutdownInput() throws IOException { method in class:SocketAdaptor
426 sc.shutdownInput();
H A DAsynchronousSocketChannelImpl.java524 public final AsynchronousSocketChannel shutdownInput() throws IOException { method in class:AsynchronousSocketChannelImpl
H A DSocketChannelImpl.java795 public SocketChannel shutdownInput() throws IOException { method in class:SocketChannelImpl
/openjdk7/jdk/test/java/nio/channels/
H A DAsyncCloseAndInterrupt.java585 ((SocketChannel)ch).socket().shutdownInput();
/openjdk7/jdk/test/java/nio/channels/AsynchronousSocketChannel/
H A DBasic.java711 ch.shutdownInput();

Completed in 71 milliseconds