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

Method available

java/org/apache/coyote/InputBuffer.java:48–48  ·  view source on GitHub ↗

Obtain an estimate of the number of bytes that can be read without blocking. Typically, this will be the number of available bytes known to be buffered. @return The number of bytes that can be read without blocking

()

Source from the content-addressed store, hash-verified

46 * @return The number of bytes that can be read without blocking
47 */
48 int available();
49
50}

Callers 12

availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65
availableMethod · 0.65

Implementers 11

Http11InputBufferjava/org/apache/coyote/http11/Http11In
SocketInputBufferjava/org/apache/coyote/http11/Http11In
SocketInputBufferjava/org/apache/coyote/ajp/AjpProcesso
IdentityInputFilterjava/org/apache/coyote/http11/filters/
BufferedInputFilterjava/org/apache/coyote/http11/filters/
VoidInputFilterjava/org/apache/coyote/http11/filters/
ChunkedInputFilterjava/org/apache/coyote/http11/filters/
SavedRequestInputFilterjava/org/apache/coyote/http11/filters/
StandardStreamInputBufferjava/org/apache/coyote/http2/Stream.ja
SavedRequestStreamInputBufferjava/org/apache/coyote/http2/Stream.ja
StreamInputBufferjava/org/apache/coyote/http2/Stream.ja

Calls

no outgoing calls

Tested by

no test coverage detected