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

Method appendByte

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

Append a byte (1 byte) to the message. @param val The byte value to append

(int val)

Source from the content-addressed store, hash-verified

133 * @param val The byte value to append
134 */
135 public void appendByte(int val) {
136 buf[pos++] = (byte) val;
137 }
138
139
140 /**

Callers 10

AjpProcessorMethod · 0.95
appendBytesMethod · 0.95
appendByteChunkMethod · 0.95
endMethod · 0.80
appendMethod · 0.80
SimpleAjpClientClass · 0.80
createForwardMessageMethod · 0.80
AjpProcessorClass · 0.80
prepareResponseMethod · 0.80
writeDataMethod · 0.80

Calls

no outgoing calls

Tested by 3

endMethod · 0.64
appendMethod · 0.64
createForwardMessageMethod · 0.64