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

Method setInputBuffer

java/org/apache/coyote/Request.java:992–994  ·  view source on GitHub ↗

Set the input buffer. @param inputBuffer the input buffer

(InputBuffer inputBuffer)

Source from the content-addressed store, hash-verified

990 * @param inputBuffer the input buffer
991 */
992 public void setInputBuffer(InputBuffer inputBuffer) {
993 this.inputBuffer = inputBuffer;
994 }
995
996
997 /**

Callers 5

recycleMethod · 0.95
cloneRequestMethod · 0.95
Http11ProcessorMethod · 0.80
StreamMethod · 0.80
AjpProcessorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected