- 
- All Superinterfaces:
- Http2Frame,- Http2StreamFrame
 - All Known Implementing Classes:
- DefaultHttp2PriorityFrame
 
 @UnstableApi public interface Http2PriorityFrame extends Http2StreamFrame HTTP/2 Priority Frame
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexclusive()Set totrueif this stream is exclusive else set tofalseHttp2PriorityFramestream(Http2FrameStream stream)Set theHttp2FrameStreamobject for this frame.intstreamDependency()Parent Stream Id of this Priority requestshortweight()Stream weight- 
Methods inherited from interface io.netty5.handler.codec.http2.Http2Framename
 - 
Methods inherited from interface io.netty5.handler.codec.http2.Http2StreamFramestream
 
- 
 
- 
- 
- 
Method Detail- 
streamDependencyint streamDependency() Parent Stream Id of this Priority request
 - 
weightshort weight() Stream weight
 - 
exclusiveboolean exclusive() Set totrueif this stream is exclusive else set tofalse
 - 
streamHttp2PriorityFrame stream(Http2FrameStream stream) Description copied from interface:Http2StreamFrameSet theHttp2FrameStreamobject for this frame.- Specified by:
- streamin interface- Http2StreamFrame
 
 
- 
 
-