Package org.eclipse.jetty.http2
Class HTTP2Flusher.WindowEntry
- java.lang.Object
-
- org.eclipse.jetty.http2.HTTP2Flusher.WindowEntry
-
- Enclosing class:
- HTTP2Flusher
private class HTTP2Flusher.WindowEntry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private WindowUpdateFrame
frame
private IStream
stream
-
Constructor Summary
Constructors Constructor Description WindowEntry(IStream stream, WindowUpdateFrame frame)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
perform()
-
-
-
Field Detail
-
stream
private final IStream stream
-
frame
private final WindowUpdateFrame frame
-
-
Constructor Detail
-
WindowEntry
public WindowEntry(IStream stream, WindowUpdateFrame frame)
-
-