public static interface Http2RemoteFlowController.Listener
| Modifier and Type | Method and Description |
|---|---|
void |
writabilityChanged(Http2Stream stream)
Http2RemoteFlowController.isWritable(Http2Stream)已更改为
stream通知。
|
void writabilityChanged(Http2Stream stream)
Http2RemoteFlowController.isWritable(Http2Stream)已更改为stream通知。
这种方法不应该抛出。 任何抛出的异常都被认为是编程错误,并被忽略。
stream - 可写性已更改的流。
Copyright © 2008–2018 The Netty Project. All rights reserved.