Class TransportParameters.Id<T>

java.lang.Object
org.eclipse.jetty.quic.api.frames.TransportParameters.Id<T>
Type Parameters:
T - the type of the value
Direct Known Subclasses:
TransportParameters.BytesId, TransportParameters.LongId
Enclosing class:
TransportParameters

public abstract static class TransportParameters.Id<T> extends Object

The parameter ID, with the type of the value.

For most parameter IDs, the value type is long, but for other parameters, such as tokens or connection IDs, the value type is a byte[].

  • Constructor Details

    • Id

      protected Id(long id)
  • Method Details