MCPcopy Create free account
hub / github.com/ReadyTalk/avian / isOpen

Method isOpen

classpath/java/nio/channels/Channel.java:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15public interface Channel {
16 public void close() throws IOException;
17 public boolean isOpen();
18}

Callers 5

runMainLoopMethod · 0.65
closeMethod · 0.65
readMethod · 0.65
closeMethod · 0.65
isValidMethod · 0.65

Implementers 7

FileChannelclasspath/java/nio/channels/FileChanne
SelectableChannelclasspath/java/nio/channels/Selectable
RandomAccessFileclasspath/java/io/RandomAccessFile.jav
SocketSelectorclasspath/java/nio/channels/SocketSele
InputStreamChannelclasspath/java/nio/channels/Channels.j
OutputStreamChannelclasspath/java/nio/channels/Channels.j
Selectorclasspath/java/nio/channels/Selector.j

Calls

no outgoing calls

Tested by 1

runMainLoopMethod · 0.52