MCPcopy Create free account
hub / github.com/apache/tomcat / InputBuffer

Method InputBuffer

java/org/apache/catalina/connector/InputBuffer.java:152–154  ·  view source on GitHub ↗

Default constructor. Allocate the buffer with the default buffer size. @param coyoteRequest The associated Coyote request

(org.apache.coyote.Request coyoteRequest)

Source from the content-addressed store, hash-verified

150 * @param coyoteRequest The associated Coyote request
151 */
152 public InputBuffer(org.apache.coyote.Request coyoteRequest) {
153 this(DEFAULT_BUFFER_SIZE, coyoteRequest);
154 }
155
156
157 /**

Callers

nothing calls this directly

Calls 2

clearMethod · 0.95
allocateMethod · 0.65

Tested by

no test coverage detected