Uses of Package
org.omegazero.http.h2.hpack
Packages that use org.omegazero.http.h2.hpack
Package
Description
Base package of the HTTP/2 implementation.
Provides a HPACK implementation according to RFC 7541.
Provides HTTP/2 stream implementations.
-
Classes in org.omegazero.http.h2.hpack used by org.omegazero.http.h2ClassDescriptionA
HPackContext
contains one encoder and decoder for use on a HTTP/2 connection. -
Classes in org.omegazero.http.h2.hpack used by org.omegazero.http.h2.hpackClassDescriptionAn
EncoderContext
is used for encoding a single header block. -
Classes in org.omegazero.http.h2.hpack used by org.omegazero.http.h2.streamsClassDescriptionA
HPackContext
contains one encoder and decoder for use on a HTTP/2 connection.