Uses of Class
org.eclipse.jetty.http2.HTTP2Flusher.Entry
-
Packages that use HTTP2Flusher.Entry Package Description org.eclipse.jetty.http2 -
-
Uses of HTTP2Flusher.Entry in org.eclipse.jetty.http2
Subclasses of HTTP2Flusher.Entry in org.eclipse.jetty.http2 Modifier and Type Class Description private class
HTTP2Session.ControlEntry
private class
HTTP2Session.DataEntry
Fields in org.eclipse.jetty.http2 declared as HTTP2Flusher.Entry Modifier and Type Field Description private HTTP2Flusher.Entry
HTTP2Flusher. stalledEntry
Fields in org.eclipse.jetty.http2 with type parameters of type HTTP2Flusher.Entry Modifier and Type Field Description private java.util.Deque<HTTP2Flusher.Entry>
HTTP2Flusher. entries
private java.util.List<HTTP2Flusher.Entry>
HTTP2Session.StreamsState.Slot. entries
private java.util.Queue<HTTP2Flusher.Entry>
HTTP2Flusher. pendingEntries
private java.util.Collection<HTTP2Flusher.Entry>
HTTP2Flusher. processedEntries
Methods in org.eclipse.jetty.http2 that return HTTP2Flusher.Entry Modifier and Type Method Description private HTTP2Flusher.Entry
HTTP2Session. newEntry(Frame frame, IStream stream, org.eclipse.jetty.util.Callback callback)
Methods in org.eclipse.jetty.http2 with parameters of type HTTP2Flusher.Entry Modifier and Type Method Description boolean
HTTP2Flusher. append(HTTP2Flusher.Entry entry)
private void
HTTP2Flusher. closed(HTTP2Flusher.Entry entry, java.lang.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 Modifier and Type Method Description boolean
HTTP2Flusher. append(java.util.List<HTTP2Flusher.Entry> list)
-