private class HTTP2Flusher.WindowEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private WindowUpdateFrame |
frame |
private IStream |
stream |
Constructor and Description |
---|
WindowEntry(IStream stream,
WindowUpdateFrame frame) |
Modifier and Type | Method and Description |
---|---|
void |
perform() |
private final IStream stream
private final WindowUpdateFrame frame
public WindowEntry(IStream stream, WindowUpdateFrame frame)