Package org.eclipse.jetty.http2.parser
Class HeaderBlockFragments
java.lang.Object
org.eclipse.jetty.http2.parser.HeaderBlockFragments
-
Constructor Summary
ConstructorsConstructorDescriptionHeaderBlockFragments(org.eclipse.jetty.io.ByteBufferPool byteBufferPool) Deprecated.HeaderBlockFragments(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxCapacity) -
Method Summary
Modifier and TypeMethodDescriptioncomplete()org.eclipse.jetty.io.ByteBufferPoolintbooleanvoidsetEndStream(boolean endStream) voidsetPriorityFrame(PriorityFrame priorityFrame) voidsetStreamId(int streamId) booleanstoreFragment(ByteBuffer fragment, int length, boolean last)
-
Constructor Details
-
HeaderBlockFragments
Deprecated. -
HeaderBlockFragments
public HeaderBlockFragments(org.eclipse.jetty.io.ByteBufferPool byteBufferPool, int maxCapacity)
-
-
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)
-