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

Method getBodyBytes

java/org/apache/coyote/ajp/AjpMessage.java:295–297  ·  view source on GitHub ↗

Read a non-terminated string of bytes from the packet. @param mb The MessageBytes to populate with the read bytes

(MessageBytes mb)

Source from the content-addressed store, hash-verified

293 * @param mb The MessageBytes to populate with the read bytes
294 */
295 public void getBodyBytes(MessageBytes mb) {
296 doGetBytes(mb, false);
297 }
298
299 private void doGetBytes(MessageBytes mb, boolean terminated) {
300 int length = getInt();

Callers 1

receiveMethod · 0.80

Calls 1

doGetBytesMethod · 0.95

Tested by

no test coverage detected