Package io.netty.handler.codec.http2
Interface Http2PriorityFrame
- All Superinterfaces:
Http2Frame
,Http2StreamFrame
- All Known Implementing Classes:
DefaultHttp2PriorityFrame
HTTP/2 Priority Frame
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Set totrue
if this stream is exclusive else set tofalse
stream
(Http2FrameStream stream) Set theHttp2FrameStream
object for this frame.int
Parent Stream Id of this Priority requestshort
weight()
Stream weightMethods inherited from interface io.netty.handler.codec.http2.Http2Frame
name
Methods inherited from interface io.netty.handler.codec.http2.Http2StreamFrame
stream
-
Method Details
-
streamDependency
int streamDependency()Parent Stream Id of this Priority request -
weight
short weight()Stream weight -
exclusive
boolean exclusive()Set totrue
if this stream is exclusive else set tofalse
-
stream
Description copied from interface:Http2StreamFrame
Set theHttp2FrameStream
object for this frame.- Specified by:
stream
in interfaceHttp2StreamFrame
-