hunt.http.codec.http.hpack.HpackEncoder

Undocumented in source.

Members

Aliases

Entry
alias Entry = HpackContext.Entry
Undocumented in source.
StaticEntry
alias StaticEntry = HpackContext.StaticEntry
Undocumented in source.

Classes

HpackEncoder
class HpackEncoder
HpackFieldPreEncoder
class HpackFieldPreEncoder
PreEncodedHttpField
class PreEncodedHttpField

Pre encoded HttpField. <p>A HttpField that will be cached and used many times can be created as a {@link PreEncodedHttpField}, which will use the {@link HttpFieldPreEncoder} instances discovered by the {@link ServiceLoader} to pre-encode the header for each version of HTTP in use. This will save garbage and CPU each time the field is encoded into a response. </p>

Meta