Package dev.relism.flash.http2.hpack
Class HpackStaticTable
java.lang.Object
dev.relism.flash.http2.hpack.HpackStaticTable
The immutable 61-entry HPACK static table defined by RFC 7541 Appendix A.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
LENGTH
public static final int LENGTH- See Also:
-
-
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)
-