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 class
static class
Classes in org.eclipse.jetty.quic.api.frames that implement interfaces with type arguments of type TransportParameters.IdModifier and TypeClassDescriptionclass
The 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_DATA
The initial session max data.static final TransportParameters.Id
<Long> TransportParameters.Ids.INITIAL_MAX_STREAM_DATA_BIDIRECTIONAL_LOCAL
The initial local bidirectional stream max data.static final TransportParameters.Id
<Long> TransportParameters.Ids.INITIAL_MAX_STREAM_DATA_BIDIRECTIONAL_REMOTE
The initial remote bidirectional stream max data.static final TransportParameters.Id
<Long> TransportParameters.Ids.INITIAL_MAX_STREAM_DATA_UNIDIRECTIONAL
The initial unidirectional stream max data.static final TransportParameters.Id
<Long> TransportParameters.Ids.INITIAL_MAX_STREAMS_BIDIRECTIONAL
The initial bidirectional max streams.static final TransportParameters.Id
<Long> TransportParameters.Ids.INITIAL_MAX_STREAMS_UNIDIRECTIONAL
The initial unidirectional max streams.static final TransportParameters.Id
<Long> TransportParameters.Ids.MAX_IDLE_TIMEOUT
The 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.Id
with the given id and type.static <R> TransportParameters.Id
<R> TransportParameters.Ids.get
(long id) Returns aTransportParameters.Id
with 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> T
TransportParameters.get
(TransportParameters.Id<T> id) <T> T
TransportParameters.put
(TransportParameters.Id<T> id, T value) <T> T
TransportParameters.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.Id
with the given id and type.