net.luminis.quic.generic.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kwik Show documentation
Show all versions of kwik Show documentation
A QUIC implementation in Java
/**
* This package contains generic QUIC related constructs that can be used in other contexts as well.
* For example, the Variable-Length Integer Encoding that is defined by QUIC
* (see https://www.rfc-editor.org/rfc/rfc9000.html#name-variable-length-integer-enc),
* is also used in HTTP/3
* (see https://www.rfc-editor.org/rfc/rfc9114.html#name-conventions-and-terminology).
*/
package net.luminis.quic.generic;