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

Method available

java/org/apache/coyote/http2/StreamProcessor.java:306–309  ·  view source on GitHub ↗
(boolean doRead)

Source from the content-addressed store, hash-verified

304
305
306 @Override
307 protected final int available(boolean doRead) {
308 return stream.getInputBuffer().available();
309 }
310
311
312 @Override

Callers

nothing calls this directly

Calls 2

availableMethod · 0.65
getInputBufferMethod · 0.45

Tested by

no test coverage detected