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

Method getInputByteBuffer

java/org/apache/coyote/http2/Stream.java:707–710  ·  view source on GitHub ↗
(boolean create)

Source from the content-addressed store, hash-verified

705
706
707 @Override
708 final ByteBuffer getInputByteBuffer(boolean create) {
709 return inputBuffer.getInBuffer(create);
710 }
711
712
713 final void receivedStartOfHeaders(boolean headersEndStream) {

Callers 1

replaceMethod · 0.95

Calls 1

getInBufferMethod · 0.45

Tested by

no test coverage detected