Package org.eclipse.jetty.http2.frames
Class ContinuationFrame
java.lang.Object
org.eclipse.jetty.http2.frames.Frame
org.eclipse.jetty.http2.frames.ContinuationFrame
-
Field Summary
FieldsFields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
streamId
private final int streamId -
endHeaders
private final boolean endHeaders
-
-
Constructor Details
-
ContinuationFrame
public ContinuationFrame(int streamId, boolean endHeaders)
-
-
Method Details