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

Method getMaxPartCount

java/org/apache/catalina/connector/Connector.java:547–549  ·  view source on GitHub ↗

Returns the maximum number of parts that will be accepted in a multipart request. @return the maximum part count

()

Source from the content-addressed store, hash-verified

545 * @return the maximum part count
546 */
547 public int getMaxPartCount() {
548 return maxPartCount;
549 }
550
551
552 /**

Callers 2

RequestMethod · 0.80
recycleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected