MCPcopy 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

testOnlyIncrementalMethod · 0.95
emitHeaderMethod · 0.95

Calls

no outgoing calls

Tested by 1

testOnlyIncrementalMethod · 0.76