forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
92dee9e
commit a09b8c1
Showing
7 changed files
with
690 additions
and
142 deletions.
There are no files selected for viewing
476 changes: 381 additions & 95 deletions
476
codec-http2/src/main/java/io/netty/handler/codec/http2/DefaultHttp2RemoteFlowController.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.