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

Method getBytes

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

Read a null-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

284 * @param mb The MessageBytes to populate with the read bytes
285 */
286 public void getBytes(MessageBytes mb) {
287 doGetBytes(mb, true);
288 }
289
290 /**
291 * Read a non-terminated string of bytes from the packet.

Callers 15

installSmapMethod · 0.45
getInputStreamMethod · 0.45
acceptResultMethod · 0.45
Http11InputBufferClass · 0.45
writeMethod · 0.45
IdentityInputFilterClass · 0.45
BufferedInputFilterClass · 0.45
VoidInputFilterClass · 0.45
ChunkedInputFilterClass · 0.45
doReadMethod · 0.45
closeConnectionMethod · 0.45
emitHeaderMethod · 0.45

Calls 1

doGetBytesMethod · 0.95

Tested by

no test coverage detected