MCPcopy Create free account
hub / github.com/apache/tomcat / free

Method free

java/org/apache/tomcat/util/net/NioChannel.java:98–100  ·  view source on GitHub ↗

Free the channel memory

()

Source from the content-addressed store, hash-verified

96 * Free the channel memory
97 */
98 public void free() {
99 bufHandler.free();
100 }
101
102 /**
103 * Closes this channel.

Callers 3

stopInternalMethod · 0.95
doCloseMethod · 0.45
doCloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected