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
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 Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Id
protected Id(long id)  
 - 
 - 
Method Details
- 
getId
public long getId() - 
hashCode
 - 
equals
 - 
toString
 
 -