Class HpackStaticTable

java.lang.Object
dev.relism.flash.http2.hpack.HpackStaticTable

public final class HpackStaticTable extends Object
The immutable 61-entry HPACK static table defined by RFC 7541 Appendix A.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static int
    findName(dev.relism.fpr.core.ByteView name)
     
    static int
    findPair(dev.relism.fpr.core.ByteView name, dev.relism.fpr.core.ByteView value)
     
    static byte[]
    name(int index)
     
    static byte[]
    value(int index)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Method Details

    • name

      public static byte[] name(int index)
    • value

      public static byte[] value(int index)
    • findName

      public static int findName(dev.relism.fpr.core.ByteView name)
    • findPair

      public static int findPair(dev.relism.fpr.core.ByteView name, dev.relism.fpr.core.ByteView value)