Uses of Class
org.eclipse.jetty.http2.HTTP2Session.StreamsState.Slot
Packages that use HTTP2Session.StreamsState.Slot
-
Uses of HTTP2Session.StreamsState.Slot in org.eclipse.jetty.http2
Fields in org.eclipse.jetty.http2 with type parameters of type HTTP2Session.StreamsState.SlotModifier and TypeFieldDescriptionprivate final Queue
<HTTP2Session.StreamsState.Slot> HTTP2Session.StreamsState.slots
Methods in org.eclipse.jetty.http2 with parameters of type HTTP2Session.StreamsState.SlotModifier and TypeMethodDescriptionprivate boolean
HTTP2Session.StreamsState.createLocalStream
(HTTP2Session.StreamsState.Slot slot, List<StreamFrame> frames, org.eclipse.jetty.util.Promise<Stream> promise, Stream.Listener listener, int streamId) private void
HTTP2Session.StreamsState.freeSlot
(HTTP2Session.StreamsState.Slot slot, int streamId) private int
HTTP2Session.StreamsState.reserveSlot
(HTTP2Session.StreamsState.Slot slot, int streamId, Consumer<Throwable> fail)