程序包 | 说明 |
---|---|
io.netty.channel |
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
|
限定符和类型 | 方法和说明 |
---|---|
void |
ChannelOutboundBuffer.forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor processor)
Call
processMessage(Object) for each flushed message
in this ChannelOutboundBuffer until processMessage(Object)
returns false or there are no more flushed messages to process. |