Searched refs:implCloseSelectableChannel (Results 1 - 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
H A DMockServerSocketChannel.java47 protected void implCloseSelectableChannel() throws IOException { method in class:MockServerSocketChannel
H A DMockSocketChannel.java82 protected void implCloseSelectableChannel() throws IOException { method in class:MockSocketChannel
H A DMockDatagramChannel.java90 protected void implCloseSelectableChannel() throws IOException { method in class:MockDatagramChannel
H A DSocketChannelTest.java3803 protected void implCloseSelectableChannel() throws IOException { method in class:SocketChannelTest.MockSocketChannel
/libcore/ojluni/src/main/java/java/nio/channels/spi/
H A DAbstractSelectableChannel.java229 * {@link #implCloseSelectableChannel implCloseSelectableChannel} method in
234 implCloseSelectableChannel();
261 protected abstract void implCloseSelectableChannel() throws IOException; method in class:AbstractSelectableChannel
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DSinkChannelImpl.java85 protected void implCloseSelectableChannel() throws IOException { method in class:SinkChannelImpl
H A DSourceChannelImpl.java86 protected void implCloseSelectableChannel() throws IOException { method in class:SourceChannelImpl
H A DServerSocketChannelImpl.java286 protected void implCloseSelectableChannel() throws IOException { method in class:ServerSocketChannelImpl
H A DSocketChannelImpl.java375 // implCloseSelectableChannel method is ultimately invoked in
378 // - implCloseSelectableChannel() invokes nd.preClose()
384 // - implCloseSelectableChannel() invokes nd.preClose() after
390 // - implCloseSelectableChannel() invokes nd.preClose() after
393 // so implCloseSelectableChannel() proceeds to signal this
402 // *There is A fourth possibility. implCloseSelectableChannel()
872 protected void implCloseSelectableChannel() throws IOException { method in class:SocketChannelImpl
H A DDatagramChannelImpl.java1057 protected void implCloseSelectableChannel() throws IOException { method in class:DatagramChannelImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
H A DAbstractSelectableChannelTest.java299 protected void implCloseSelectableChannel() throws IOException { method in class:AbstractSelectableChannelTest.MockSelectableChannel
/libcore/luni/src/test/java/libcore/java/nio/channels/
H A DOldSocketChannelTest.java404 protected void implCloseSelectableChannel() throws IOException { method in class:OldSocketChannelTest.MockSocketChannel

Completed in 600 milliseconds