Home
last modified time | relevance | path

Searched defs:shutdownInput (Results 1 – 12 of 12) 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
/libcore/ojluni/src/main/java/java/nio/channels/
DSocketChannel.java271 public abstract SocketChannel shutdownInput() throws IOException; in shutdownInput() method in SocketChannel
/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
/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/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
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java425 public SocketChannel shutdownInput() throws IOException { in shutdownInput() method in OldSocketChannelTest.MockSocketChannel
/libcore/ojluni/annotations/mmodule/java/net/
DSocket.annotated.java122 public void shutdownInput() throws java.io.IOException { throw new RuntimeException("Stub!"); } in shutdownInput() method in Socket