Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testFailedBind
Method · 0.95
SocketOutputStream
Method · 0.95
Calls
1
init
Method · 0.95
Tested by
2
testFailedBind
Method · 0.76
SocketOutputStream
Method · 0.76