private final class DefaultHttp2LocalFlowController.WindowUpdateVisitor extends java.lang.Object implements Http2StreamVisitor
Modifier and Type | Field and Description |
---|---|
private Http2Exception.CompositeStreamException |
compositeException |
private int |
delta |
Constructor and Description |
---|
WindowUpdateVisitor(int delta) |
Modifier and Type | Method and Description |
---|---|
void |
throwIfError() |
boolean |
visit(Http2Stream stream) |
private Http2Exception.CompositeStreamException compositeException
private final int delta
public boolean visit(Http2Stream stream) throws Http2Exception
visit
in interface Http2StreamVisitor
true
if the visitor wants to continue the loop and handle the entry.false
if the visitor wants to stop handling headers and abort the loop.Http2Exception
public void throwIfError() throws Http2Exception.CompositeStreamException