MCPcopy Index your code
hub / github.com/apache/tomcat / available

Method available

java/org/apache/coyote/AbstractProcessor.java:823–823  ·  view source on GitHub ↗

Queries if bytes are available in buffers. @param doRead true to perform a read when no bytes are availble @return the amount of bytes that are known to be available

(boolean doRead)

Source from the content-addressed store, hash-verified

821 * @return the amount of bytes that are known to be available
822 */
823 protected abstract int available(boolean doRead);
824
825
826 /**

Callers 2

actionMethod · 0.95
isReadyForReadMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected