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

Method setUrgency

java/org/apache/tomcat/util/http/parser/Priority.java:67–69  ·  view source on GitHub ↗

Sets the urgency value. @param urgency the urgency value

(int urgency)

Source from the content-addressed store, hash-verified

65 * @param urgency the urgency value
66 */
67 public void setUrgency(int urgency) {
68 this.urgency = urgency;
69 }
70
71 /**
72 * Returns the incremental flag.

Callers 1

parsePriorityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected