Package org.omegazero.http.h2.hpack
package org.omegazero.http.h2.hpack
Provides a HPACK implementation according to RFC 7541.
-
ClassesClassDescriptionA
HPackContext
contains one encoder and decoder for use on a HTTP/2 connection.AnEncoderContext
is used for encoding a single header block.A Huffman Coding implementation for HPACK.