Uses of Class
org.eclipse.jetty.http2.HTTP2Flusher.Entry
Packages that use HTTP2Flusher.Entry
-
Uses of HTTP2Flusher.Entry in org.eclipse.jetty.http2
Subclasses of HTTP2Flusher.Entry in org.eclipse.jetty.http2Modifier and TypeClassDescriptionprivate classprivate classFields in org.eclipse.jetty.http2 declared as HTTP2Flusher.EntryFields in org.eclipse.jetty.http2 with type parameters of type HTTP2Flusher.EntryModifier and TypeFieldDescriptionprivate final Deque<HTTP2Flusher.Entry> HTTP2Flusher.entriesprivate List<HTTP2Flusher.Entry> HTTP2Session.StreamsState.Slot.entriesprivate final Queue<HTTP2Flusher.Entry> HTTP2Flusher.pendingEntriesprivate final Collection<HTTP2Flusher.Entry> HTTP2Flusher.processedEntriesMethods in org.eclipse.jetty.http2 that return HTTP2Flusher.EntryMethods in org.eclipse.jetty.http2 with parameters of type HTTP2Flusher.EntryModifier and TypeMethodDescriptionbooleanHTTP2Flusher.append(HTTP2Flusher.Entry entry) private voidHTTP2Flusher.closed(HTTP2Flusher.Entry entry, Throwable failure) private voidHTTP2Session.frame(HTTP2Flusher.Entry entry, boolean flush) booleanHTTP2Flusher.prepend(HTTP2Flusher.Entry entry) Method parameters in org.eclipse.jetty.http2 with type arguments of type HTTP2Flusher.Entry