Class ContinuationFrame
- java.lang.Object
-
- jdk.incubator.http.internal.frame.Http2Frame
-
- jdk.incubator.http.internal.frame.HeaderFrame
-
- jdk.incubator.http.internal.frame.ContinuationFrame
-
public class ContinuationFrame extends HeaderFrame
-
-
Field Summary
Fields Modifier and Type Field Description static int
TYPE
-
Fields inherited from class jdk.incubator.http.internal.frame.HeaderFrame
END_HEADERS, END_STREAM
-
Fields inherited from class jdk.incubator.http.internal.frame.Http2Frame
flags, FRAME_HEADER_SIZE, streamid
-
-
Constructor Summary
Constructors Constructor Description ContinuationFrame(int streamid, int flags, ByteBufferReference[] headerBlocks)
ContinuationFrame(int streamid, ByteBufferReference headersBlock)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
type()
-
Methods inherited from class jdk.incubator.http.internal.frame.HeaderFrame
endHeaders, flagAsString, getHeaderBlock
-
-
-
-
Field Detail
-
TYPE
public static final int TYPE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ContinuationFrame
public ContinuationFrame(int streamid, int flags, ByteBufferReference[] headerBlocks)
-
ContinuationFrame
public ContinuationFrame(int streamid, ByteBufferReference headersBlock)
-
-
Method Detail
-
type
public int type()
- Overrides:
type
in classHttp2Frame
-
-