public final class QuicStreamPriority extends Object
QuicStreamChannel.| Constructor and Description |
|---|
QuicStreamPriority(int urgency,
boolean incremental)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isIncremental()
true if incremental, false otherwise. |
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.Copyright © 2020–2021 The Netty Project. All rights reserved.