public final class QuicStreamPriority
extends java.lang.Object
QuicStreamChannel.| Constructor and Description |
|---|
QuicStreamPriority(int urgency,
boolean incremental)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
boolean |
isIncremental()
true if incremental, false otherwise. |
java.lang.String |
toString() |
int |
urgency()
The urgency of the stream.
|
public QuicStreamPriority(int urgency,
boolean incremental)
urgency - the urgency of the stream.incremental - true if incremental.public int urgency()
public boolean isIncremental()
true if incremental, false otherwise.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020-2025 The Netty Project. All Rights Reserved.