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

Method cancel

java/org/apache/tomcat/util/net/Nio2Channel.java:181–184  ·  view source on GitHub ↗
(boolean mayInterruptIfRunning)

Source from the content-addressed store, hash-verified

179
180 private static final Future<Boolean> DONE = new Future<>() {
181 @Override
182 public boolean cancel(boolean mayInterruptIfRunning) {
183 return false;
184 }
185
186 @Override
187 public boolean isCancelled() {

Callers 14

onErrorMethod · 0.45
fillReadBufferMethod · 0.45
doWriteMethod · 0.45
timeoutMethod · 0.45
rehandshakeMethod · 0.45
stopAsyncTimeoutMethod · 0.45
stopMethod · 0.45
stopInternalMethod · 0.45
threadStopMethod · 0.45
stopInternalMethod · 0.45
cancelledKeyMethod · 0.45
closeSelectorMethod · 0.45

Calls

no outgoing calls

Tested by 1

onErrorMethod · 0.36