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

Method limit

java/org/apache/tomcat/util/http/parser/Cookie.java:283–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

281 }
282
283 public int limit() {
284 return limit;
285 }
286
287 public int remaining() {
288 return limit - position;

Callers 15

doTestHeaderLimitsMethod · 0.95
doTestCookieLimitMethod · 0.95
testNotFoundMethod · 0.95
testSessionIsNewMethod · 0.95
doTest1kPayloadMethod · 0.95
testLargePostRequestMethod · 0.95
sendMessagePartMethod · 0.95
completedMethod · 0.95
toBytesMethod · 0.95
processSocketReadMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 6

doTestHeaderLimitsMethod · 0.76
doTestCookieLimitMethod · 0.76
testNotFoundMethod · 0.76
testSessionIsNewMethod · 0.76
doTest1kPayloadMethod · 0.76
testLargePostRequestMethod · 0.76