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

Method isDone

java/org/apache/tomcat/util/net/Nio2Channel.java:191–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 @Override
192 public boolean isDone() {
193 return true;
194 }
195
196 @Override
197 public Boolean get() throws InterruptedException, ExecutionException {

Callers 5

startAsyncTimeoutMethod · 0.45
threadStartMethod · 0.45
startHeartbeatMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected