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

Method onError

test/org/apache/coyote/http2/TestAsync.java:265–271  ·  view source on GitHub ↗
(Throwable t)

Source from the content-addressed store, hash-verified

263 }
264
265 @Override
266 public void onError(Throwable t) {
267 if (future != null) {
268 future.cancel(false);
269 }
270 t.printStackTrace();
271 }
272 });
273 }
274 }

Callers

nothing calls this directly

Calls 2

printStackTraceMethod · 0.65
cancelMethod · 0.45

Tested by

no test coverage detected