Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ getUrgency
Method
getUrgency
java/org/apache/tomcat/util/http/parser/Priority.java:58–60 ·
view source on GitHub ↗
Returns the urgency value. @return the urgency value
()
Source
from the content-addressed store, hash-verified
56
* @
return
the urgency value
57
*/
58
public
int
getUrgency() {
59
return
urgency;
60
}
61
62
/**
63
* Sets the urgency value.
Callers
3
testOnlyIncremental
Method · 0.95
emitHeader
Method · 0.95
readPriorityUpdateFrame
Method · 0.95
Calls
no outgoing calls
Tested by
1
testOnlyIncremental
Method · 0.76