Class HeaderBlockFragments

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

public class HeaderBlockFragments extends Object
  • Constructor Details

    • HeaderBlockFragments

      @Deprecated public HeaderBlockFragments(ByteBufferPool byteBufferPool)
      Deprecated.
    • HeaderBlockFragments

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

    • getByteBufferPool

      public ByteBufferPool getByteBufferPool()
    • 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 ByteBuffer complete()
    • getStreamId

      public int getStreamId()
    • setStreamId

      public void setStreamId(int streamId)