Class PriorityFrame
- java.lang.Object
-
- jdk.incubator.http.internal.frame.Http2Frame
-
- jdk.incubator.http.internal.frame.PriorityFrame
-
public class PriorityFrame extends Http2Frame
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE
-
Fields inherited from class jdk.incubator.http.internal.frame.Http2Frame
flags, FRAME_HEADER_SIZE, streamid
-
-
Constructor Summary
Constructors Constructor Description PriorityFrame(int streamId, int streamDependency, boolean exclusive, int weight)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
exclusive()
int
streamDependency()
int
type()
int
weight()
-
Methods inherited from class jdk.incubator.http.internal.frame.Http2Frame
asString, clearFlag, flagAsString, getFlag, getFlags, setFlag, setFlags, streamid, streamid, toString, typeAsString
-
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
type
public int type()
- Overrides:
type
in classHttp2Frame
-
streamDependency
public int streamDependency()
-
weight
public int weight()
-
exclusive
public boolean exclusive()
-
-