Interface Http2PriorityFrame
- All Superinterfaces:
Http2Frame, Http2StreamFrame
- All Known Implementing Classes:
DefaultHttp2PriorityFrame
HTTP/2 Priority Frame
-
Method Summary
Modifier and TypeMethodDescriptionbooleanSet totrueif this stream is exclusive else set tofalsestream(Http2FrameStream stream) Set theHttp2FrameStreamobject for this frame.intParent Stream Id of this Priority requestshortweight()Stream weightMethods inherited from interface Http2Frame
nameMethods inherited from interface Http2StreamFrame
stream
-
Method Details
-
streamDependency
int streamDependency()Parent Stream Id of this Priority request -
weight
short weight()Stream weight -
exclusive
boolean exclusive()Set totrueif this stream is exclusive else set tofalse -
stream
Description copied from interface:Http2StreamFrameSet theHttp2FrameStreamobject for this frame.- Specified by:
streamin interfaceHttp2StreamFrame
-