Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
doTestHeaderLimits
Method · 0.95
doTestCookieLimit
Method · 0.95
testNotFound
Method · 0.95
testSessionIsNew
Method · 0.95
doTest1kPayload
Method · 0.95
testLargePostRequest
Method · 0.95
connectToServerRecursive
Method · 0.95
sendMessagePart
Method · 0.95
completed
Method · 0.95
toBytes
Method · 0.95
processSocketRead
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
6
doTestHeaderLimits
Method · 0.76
doTestCookieLimit
Method · 0.76
testNotFound
Method · 0.76
testSessionIsNew
Method · 0.76
doTest1kPayload
Method · 0.76
testLargePostRequest
Method · 0.76