Home
last modified time | relevance | path

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

/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.java271 public abstract SocketChannel shutdownInput() throws IOException; in shutdownInput() method in SocketChannel
DAsynchronousSocketChannel.java241 public abstract AsynchronousSocketChannel shutdownInput() throws IOException; in shutdownInput() method in AsynchronousSocketChannel
/libcore/ojluni/annotations/mmodule/java/net/
DSocketImpl.annotated.java59 protected void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in SocketImpl
DSocket.annotated.java122 public void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in Socket
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DSocketImplTest.java152 public void shutdownInput() throws IOException { in shutdownInput() method in SocketImplTest.MockSocketImpl
/libcore/ojluni/src/main/java/java/net/
DSocketImpl.java196 protected void shutdownInput() throws IOException { in shutdownInput() method in SocketImpl
DAbstractPlainSocketImpl.java618 protected void shutdownInput() throws IOException { in shutdownInput() method in AbstractPlainSocketImpl
DSocket.java1562 public void shutdownInput() throws IOException in shutdownInput() method in Socket
/libcore/ojluni/annotations/hiddenapi/java/net/
DSocketImpl.java62 protected void shutdownInput() throws java.io.IOException { in shutdownInput() method in SocketImpl
DSocket.java253 public void shutdownInput() throws java.io.IOException { in shutdownInput() method in Socket
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java425 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in OldSocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
DSocketAdaptor.java414 public void shutdownInput() throws IOException { in shutdownInput() method in SocketAdaptor
DSocketChannelImpl.java822 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in SocketChannelImpl
DAsynchronousSocketChannelImpl.java532 public final AsynchronousSocketChannel shutdownInput() throws IOException { in shutdownInput() method in AsynchronousSocketChannelImpl