| Package | Description | 
|---|---|
| io.netty.channel | The core channel API which is asynchronous and event-driven abstraction of
 various transports such as a
 NIO Channel. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ChannelOutboundBuffer. forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor processor)Call  processMessage(Object)for each flushed message
 in thisChannelOutboundBufferuntilprocessMessage(Object)returnsfalseor there are no more flushed messages to process. | 
Copyright © 2008–2015 The Netty Project. All rights reserved.