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

Method open

classpath/java/nio/channels/SocketChannel.java:30–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 boolean blocking = true;
29
30 public static SocketChannel open() throws IOException {
31 Socket.init();
32
33 return new SocketChannel();
34 }
35
36 public SelectableChannel configureBlocking(boolean v) throws IOException {
37 blocking = v;

Callers 2

testFailedBindMethod · 0.95
SocketOutputStreamMethod · 0.95

Calls 1

initMethod · 0.95

Tested by 2

testFailedBindMethod · 0.76
SocketOutputStreamMethod · 0.76