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

Method getBuffer

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

Return the underlying byte buffer. @return The buffer

()

Source from the content-addressed store, hash-verified

101 * @return The buffer
102 */
103 public byte[] getBuffer() {
104 return buf;
105 }
106
107
108 /**

Callers 1

AjpProcessorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected