All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.luminis.quic.generic.package-info Maven / Gradle / Ivy

There is a newer version: 0.9.1
Show newest version
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy