public static interface ChannelOutboundBuffer.MessageProcessor
Modifier and Type | Method and Description |
---|---|
boolean |
processMessage(java.lang.Object msg)
将调用每个刷新的消息,直到它不再有刷新的消息或此方法返回
false 。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.