@UnstableApi public interface Http2PriorityFrame extends Http2StreamFrame
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
streamnameint streamDependency()
short weight()
boolean exclusive()
true if this stream is exclusive else set to falseHttp2PriorityFrame stream(Http2FrameStream stream)
Http2StreamFrameHttp2FrameStream object for this frame.stream 在接口中 Http2StreamFrame