Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stopInternal
Method · 0.95
doClose
Method · 0.45
doClose
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected