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

Method getByte

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

Read a single byte from the packet and advance the read position. @return The byte value read from the message

()

Source from the content-addressed store, hash-verified

272 * @return The byte value read from the message
273 */
274 public byte getByte() {
275 byte res = buf[pos++];
276 validatePos(pos);
277 return res;
278 }
279
280
281 /**

Callers 3

readHeaderNameMethod · 0.45
serviceMethod · 0.45
prepareRequestMethod · 0.45

Calls 1

validatePosMethod · 0.95

Tested by 1

readHeaderNameMethod · 0.36