enum

Forest::Hpack::Encoder::Indexing

Inherits Enum / Comparable / Value / Object

Constants

Indexed = 128_u8
Always = 64_u8
Never = 16_u8
None = 0_u8

Instance methods

always?

Returns true if this enum value equals Always

Source
indexed?

Returns true if this enum value equals Indexed

Source
never?

Returns true if this enum value equals Never

Source
none?

Returns true if this enum value equals None

Source