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

Method free

java/org/apache/tomcat/util/net/Nio2Channel.java:64–66  ·  view source on GitHub ↗

Free the channel memory

()

Source from the content-addressed store, hash-verified

62 * Free the channel memory
63 */
64 public void free() {
65 bufHandler.free();
66 }
67
68 SocketWrapperBase<Nio2Channel> getSocketWrapper() {
69 return socketWrapper;

Callers 1

stopInternalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected