Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ close
Method
close
classpath/java/nio/channels/SocketChannel.java:94–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
public
void
close() throws IOException {
95
if
(isOpen()) {
96
super.close();
97
closeSocket();
98
}
99
}
100
101
private
void
doConnect(
int
socket,
int
host,
int
port)
102
throws IOException
Callers
2
testFailedBind
Method · 0.95
run
Method · 0.95
Calls
3
closeSocket
Method · 0.95
isOpen
Method · 0.65
close
Method · 0.65
Tested by
1
testFailedBind
Method · 0.76