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 class
private class
Fields 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.entries
private List
<HTTP2Flusher.Entry> HTTP2Session.StreamsState.Slot.entries
private final Queue
<HTTP2Flusher.Entry> HTTP2Flusher.pendingEntries
private final Collection
<HTTP2Flusher.Entry> HTTP2Flusher.processedEntries
Methods in org.eclipse.jetty.http2 that return HTTP2Flusher.EntryMethods in org.eclipse.jetty.http2 with parameters of type HTTP2Flusher.EntryModifier and TypeMethodDescriptionboolean
HTTP2Flusher.append
(HTTP2Flusher.Entry entry) private void
HTTP2Flusher.closed
(HTTP2Flusher.Entry entry, Throwable failure) private void
HTTP2Session.frame
(HTTP2Flusher.Entry entry, boolean flush) boolean
HTTP2Flusher.prepend
(HTTP2Flusher.Entry entry) Method parameters in org.eclipse.jetty.http2 with type arguments of type HTTP2Flusher.Entry