Class TransportParameters

java.lang.Object
org.eclipse.jetty.quic.api.frames.TransportParameters
All Implemented Interfaces:
Iterable<Map.Entry<TransportParameters.Id<?>,Object>>

public class TransportParameters extends Object implements Iterable<Map.Entry<TransportParameters.Id<?>,Object>>

The QUIC transport parameters as a map ID -> value.

The type of the value depends on the parameter ID; for most parameters, the value type is a long, but for other parameters, such as tokens or connection IDs, the value type is a byte[].