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

Method writeFrame

test/org/apache/coyote/http2/Http2TestBase.java:498–500  ·  view source on GitHub ↗
(byte[] header, ByteBuffer payload)

Source from the content-addressed store, hash-verified

496
497
498 protected void writeFrame(byte[] header, ByteBuffer payload) throws IOException {
499 writeFrame(header, payload, 0, payload.limit());
500 }
501
502
503 protected void writeFrame(byte[] header, ByteBuffer payload, int offset, int len) throws IOException {

Callers 15

sendEmptyGetRequestMethod · 0.95
sendSimpleGetRequestMethod · 0.95
sendLargeGetRequestMethod · 0.95
sendSimplePostRequestMethod · 0.95
sendHeadRequestMethod · 0.95
doTestHeaderLimitsMethod · 0.80
doTestCookieLimitMethod · 0.80
testEmptyWindowMethod · 0.80

Calls 4

arrayMethod · 0.80
writeMethod · 0.65
flushMethod · 0.65
limitMethod · 0.45

Tested by

no test coverage detected