public static interface Http2RemoteFlowController.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
streamWritten(Http2Stream stream,
int writtenBytes)
Report the number of
writtenBytes for a stream. |
void streamWritten(Http2Stream stream, int writtenBytes)
writtenBytes for a stream. Called after the
flow-controller has flushed bytes for the given stream.stream - that had bytes written.writtenBytes - the number of bytes written for a stream, can be 0 in the case of an
empty DATA frame.Copyright © 2008–2015 The Netty Project. All rights reserved.