netty5/microbench
Scott Mitchell 0e9545e94d Http2RemoteFlowController stream writibility listener
Motivation:
For implementations that want to manage flow control down to the stream level it is useful to be notified when stream writability changes.

Modifications:
- Add writabilityChanged to Http2RemoteFlowController.Listener
- Add isWritable to Http2RemoteFlowController

Result:
The Http2RemoteFlowController provides notification when writability of a stream changes.
2015-09-28 13:47:24 -07:00
..
src/main Http2RemoteFlowController stream writibility listener 2015-09-28 13:47:24 -07:00
pom.xml Update Netty to latest netty-tcnative 2015-09-18 12:07:21 -07:00
README.md Fix wiki link 2014-02-14 12:04:12 -08:00

Microbenchmark tests

See our wiki page.