Package org.eclipse.jetty.http2.frames
Class ContinuationFrame
- java.lang.Object
-
- org.eclipse.jetty.http2.frames.Frame
-
- org.eclipse.jetty.http2.frames.ContinuationFrame
-
public class ContinuationFrame extends Frame
-
-
Field Summary
-
Fields inherited from class org.eclipse.jetty.http2.frames.Frame
DEFAULT_MAX_LENGTH, EMPTY_ARRAY, HEADER_LENGTH, MAX_MAX_LENGTH
-
-
Constructor Summary
Constructors Constructor Description ContinuationFrame(int streamId, boolean endHeaders)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getStreamId()
boolean
isEndHeaders()
java.lang.String
toString()
-