Home
last modified time | relevance | path

Searched refs:implCloseSelectableChannel (Results 1 – 13 of 13) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/channels/spi/
DAbstractSelectableChannel.java242 implCloseSelectableChannel(); in implCloseChannel()
277 protected abstract void implCloseSelectableChannel() throws IOException; in implCloseSelectableChannel() method in AbstractSelectableChannel
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DMockServerSocketChannel.java47 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in MockServerSocketChannel
DMockSocketChannel.java82 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in MockSocketChannel
DMockDatagramChannel.java90 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in MockDatagramChannel
DSocketChannelTest.java3803 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
DSinkChannelImpl.java85 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SinkChannelImpl
DSourceChannelImpl.java86 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SourceChannelImpl
DServerSocketChannelImpl.java286 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in ServerSocketChannelImpl
DSocketChannelImpl.java872 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in SocketChannelImpl
DDatagramChannelImpl.java1049 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in DatagramChannelImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
DAbstractSelectableChannelTest.java299 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in AbstractSelectableChannelTest.MockSelectableChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
DOldSocketChannelTest.java404 protected void implCloseSelectableChannel() throws IOException { in implCloseSelectableChannel() method in OldSocketChannelTest.MockSocketChannel
/libcore/api/
Dcurrent.txt7032 method protected abstract void implCloseSelectableChannel() throws java.io.IOException;