java.lang.Object
org.eclipse.jetty.http3.qpack.internal.table.Entry
Direct Known Subclasses:
Entry.StaticEntry

public class Entry extends Object
  • Constructor Details

    • Entry

      public Entry()
    • Entry

      public Entry(HttpField field)
    • Entry

      public Entry(int index, HttpField field)
  • Method Details

    • getSize

      public int getSize()
    • setIndex

      public void setIndex(int index)
    • getIndex

      public int getIndex()
    • getHttpField

      public HttpField getHttpField()
    • reference

      public void reference()
    • release

      public void release()
    • getReferenceCount

      public int getReferenceCount()
    • isStatic

      public boolean isStatic()
    • getStaticHuffmanValue

      public byte[] getStaticHuffmanValue()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getSize

      public static int getSize(Entry entry)
    • getSize

      public static int getSize(HttpField field)