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

Method setOutputBuffer

java/org/apache/coyote/Response.java:186–188  ·  view source on GitHub ↗

Set the output buffer. @param outputBuffer The output buffer

(OutputBuffer outputBuffer)

Source from the content-addressed store, hash-verified

184 * @param outputBuffer The output buffer
185 */
186 public void setOutputBuffer(OutputBuffer outputBuffer) {
187 this.outputBuffer = outputBuffer;
188 }
189
190
191 /**

Callers 5

testFlushingWithGzipMethod · 0.95
recycleMethod · 0.95
Http11ProcessorMethod · 0.80
StreamMethod · 0.80
AjpProcessorMethod · 0.80

Calls

no outgoing calls

Tested by 1

testFlushingWithGzipMethod · 0.76