Uses of Class
org.eclipse.jetty.quic.api.frames.TransportParameters.Id
Packages that use TransportParameters.Id
- 
Uses of TransportParameters.Id in org.eclipse.jetty.quic.api.frames
Subclasses of TransportParameters.Id in org.eclipse.jetty.quic.api.framesModifier and TypeClassDescriptionstatic classstatic classClasses in org.eclipse.jetty.quic.api.frames that implement interfaces with type arguments of type TransportParameters.IdModifier and TypeClassDescriptionclassThe QUIC transport parameters as a mapID -> value.Fields in org.eclipse.jetty.quic.api.frames declared as TransportParameters.IdModifier and TypeFieldDescriptionstatic final TransportParameters.Id<Long> TransportParameters.Ids.INITIAL_MAX_DATAThe initial session max data.static final TransportParameters.Id<Long> TransportParameters.Ids.INITIAL_MAX_STREAM_DATA_BIDIRECTIONAL_LOCALThe initial local bidirectional stream max data.static final TransportParameters.Id<Long> TransportParameters.Ids.INITIAL_MAX_STREAM_DATA_BIDIRECTIONAL_REMOTEThe initial remote bidirectional stream max data.static final TransportParameters.Id<Long> TransportParameters.Ids.INITIAL_MAX_STREAM_DATA_UNIDIRECTIONALThe initial unidirectional stream max data.static final TransportParameters.Id<Long> TransportParameters.Ids.INITIAL_MAX_STREAMS_BIDIRECTIONALThe initial bidirectional max streams.static final TransportParameters.Id<Long> TransportParameters.Ids.INITIAL_MAX_STREAMS_UNIDIRECTIONALThe initial unidirectional max streams.static final TransportParameters.Id<Long> TransportParameters.Ids.MAX_IDLE_TIMEOUTThe session max idle timeout in milliseconds.Methods in org.eclipse.jetty.quic.api.frames that return TransportParameters.IdModifier and TypeMethodDescriptionstatic <R> TransportParameters.Id<R> TransportParameters.Ids.create(long id, LongFunction<TransportParameters.Id<R>> creator) Creates a newTransportParameters.Idwith the given id and type.static <R> TransportParameters.Id<R> TransportParameters.Ids.get(long id) Returns aTransportParameters.Idwith the given id.Methods in org.eclipse.jetty.quic.api.frames that return types with arguments of type TransportParameters.IdMethods in org.eclipse.jetty.quic.api.frames with parameters of type TransportParameters.IdModifier and TypeMethodDescription<T> TTransportParameters.get(TransportParameters.Id<T> id) <T> TTransportParameters.put(TransportParameters.Id<T> id, T value) <T> TTransportParameters.putIfAbsent(TransportParameters.Id<T> id, T value) Method parameters in org.eclipse.jetty.quic.api.frames with type arguments of type TransportParameters.IdModifier and TypeMethodDescriptionstatic <R> TransportParameters.Id<R> TransportParameters.Ids.create(long id, LongFunction<TransportParameters.Id<R>> creator) Creates a newTransportParameters.Idwith the given id and type.