MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / cleanup

Method cleanup

src/main/java/core/org/xbill/DNS/Client.java:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61void
62cleanup() throws IOException {
63 key.selector().close();
64 key.channel().close();
65}
66
67static void setPacketLogger(PacketLogger logger)
68{

Callers 3

sendrecvMethod · 0.80
closeConnectionMethod · 0.80
sendrecvMethod · 0.80

Calls 1

closeMethod · 0.45

Tested by

no test coverage detected