| 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 |
|---|---|
int |
MessageList.forEach(int index,
int length,
MessageListProcessor<? super T> proc)
Iterates over the messages in this list with the specified
processor. |
int |
MessageList.forEach(MessageListProcessor<? super T> proc)
Iterates over the messages in this list with the specified
processor. |
Copyright © 2008-2013 The Netty Project. All Rights Reserved.