MCPcopy 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

testFailedBindMethod · 0.95
runMethod · 0.95

Calls 3

closeSocketMethod · 0.95
isOpenMethod · 0.65
closeMethod · 0.65

Tested by 1

testFailedBindMethod · 0.76