public interface Http2PriorityFrame extends Http2StreamFrame
Modifier and Type | Method and Description |
---|---|
boolean |
exclusive()
Set to
true if this stream is exclusive else set to false |
Http2PriorityFrame |
stream(Http2FrameStream stream)
Set the
Http2FrameStream object for this frame. |
int |
streamDependency()
Parent Stream Id of this Priority request
|
short |
weight()
Stream weight
|
stream
name
int streamDependency()
short weight()
boolean exclusive()
true
if this stream is exclusive else set to false
Http2PriorityFrame stream(Http2FrameStream stream)
Http2StreamFrame
Http2FrameStream
object for this frame.stream
in interface Http2StreamFrame
Copyright © 2008–2024 The Netty Project. All rights reserved.