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

Method getLen

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

Return the current message length. @return For read, it's the length of the payload (excluding the header). For write, it's the length of the packet as a whole (counting the header).

()

Source from the content-addressed store, hash-verified

112 * as a whole (counting the header).
113 */
114 public int getLen() {
115 return len;
116 }
117
118
119 /**

Callers 9

AjpProcessorMethod · 0.95
validateResponseEndMethod · 0.80
validateCpongMethod · 0.80
SimpleAjpClientClass · 0.80
sendMessageMethod · 0.80
AjpProcessorClass · 0.80
receiveMethod · 0.80
prepareResponseMethod · 0.80
writeDataMethod · 0.80

Calls

no outgoing calls

Tested by 3

validateResponseEndMethod · 0.64
validateCpongMethod · 0.64
sendMessageMethod · 0.64