Class HeaderBlockFragments

java.lang.Object
org.eclipse.jetty.http2.parser.HeaderBlockFragments

public class HeaderBlockFragments extends Object
  • Constructor Details

    • HeaderBlockFragments

      public HeaderBlockFragments(ByteBufferPool bufferPool, int maxCapacity)
  • Method Details

    • storeFragment

      public boolean storeFragment(ByteBuffer fragment, int length, boolean last)
    • getPriorityFrame

      public PriorityFrame getPriorityFrame()
    • setPriorityFrame

      public void setPriorityFrame(PriorityFrame priorityFrame)
    • isEndStream

      public boolean isEndStream()
    • setEndStream

      public void setEndStream(boolean endStream)
    • complete

      public RetainableByteBuffer complete()
    • getStreamId

      public int getStreamId()
    • setStreamId

      public void setStreamId(int streamId)