Package org.eclipse.jetty.http2.parser
Class HeaderBlockFragments
java.lang.Object
org.eclipse.jetty.http2.parser.HeaderBlockFragments
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncomplete()org.eclipse.jetty.io.ByteBufferPoolintbooleanvoidsetEndStream(boolean endStream) voidsetPriorityFrame(PriorityFrame priorityFrame) voidsetStreamId(int streamId) voidstoreFragment(ByteBuffer fragment, int length, boolean last)
-
Constructor Details
-
HeaderBlockFragments
public HeaderBlockFragments(org.eclipse.jetty.io.ByteBufferPool byteBufferPool)
-
-
Method Details
-
getByteBufferPool
public org.eclipse.jetty.io.ByteBufferPool getByteBufferPool() -
storeFragment
-
getPriorityFrame
-
setPriorityFrame
-
isEndStream
public boolean isEndStream() -
setEndStream
public void setEndStream(boolean endStream) -
complete
-
getStreamId
public int getStreamId() -
setStreamId
public void setStreamId(int streamId)
-