Package org.eclipse.jetty.http2.frames
Class PriorityFrame
java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.StreamFrame
org.eclipse.jetty.http2.frames.PriorityFrame
-
Field Summary
Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_SIZE, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_SIZE
-
Constructor Summary
ConstructorDescriptionPriorityFrame
(int parentStreamId, int weight, boolean exclusive) PriorityFrame
(int streamId, int parentStreamId, int weight, boolean exclusive) -
Method Summary
Methods inherited from class org.eclipse.jetty.http2.frames.StreamFrame
getStreamId
-
Field Details
-
PRIORITY_LENGTH
public static final int PRIORITY_LENGTH- See Also:
-
-
Constructor Details
-
PriorityFrame
public PriorityFrame(int parentStreamId, int weight, boolean exclusive) -
PriorityFrame
public PriorityFrame(int streamId, int parentStreamId, int weight, boolean exclusive)
-
-
Method Details
-
getParentStreamId
public int getParentStreamId() -
getWeight
public int getWeight() -
isExclusive
public boolean isExclusive() -
withStreamId
- Specified by:
withStreamId
in classStreamFrame
-
toString
-