public static interface Http2RemoteFlowController.Listener
Modifier and Type | Method and Description |
---|---|
void |
writabilityChanged(Http2Stream stream)
Notification that
Http2RemoteFlowController.isWritable(Http2Stream) has changed for stream . |
void writabilityChanged(Http2Stream stream)
Http2RemoteFlowController.isWritable(Http2Stream)
has changed for stream
.
This method should not throw. Any thrown exceptions are considered a programming error and are ignored.
stream
- The stream which writability has changed for.Copyright © 2008–2017 The Netty Project. All rights reserved.