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
FieldsFields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_SIZE, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_SIZE
-
Constructor Summary
ConstructorsConstructorDescriptionPriorityFrame
(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
-
Constructor Details
-
Method Details
-
getParentStreamId
public int getParentStreamId() -
getWeight
public int getWeight() -
isExclusive
public boolean isExclusive() -
withStreamId
- Specified by:
withStreamId
in classStreamFrame
-
toString
-