Package io.netty.channel.epoll
Class NativeDatagramPacketArray.MyMessageProcessor
- java.lang.Object
-
- io.netty.channel.epoll.NativeDatagramPacketArray.MyMessageProcessor
-
- All Implemented Interfaces:
ChannelOutboundBuffer.MessageProcessor
- Enclosing class:
- NativeDatagramPacketArray
private final class NativeDatagramPacketArray.MyMessageProcessor extends java.lang.Object implements ChannelOutboundBuffer.MessageProcessor
-
-
Field Summary
Fields Modifier and Type Field Description private booleanconnectedprivate intmaxMessagesPerWrite
-
Constructor Summary
Constructors Modifier Constructor Description privateMyMessageProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocessMessage(java.lang.Object msg)Will be called for each flushed message until it either there are no more flushed messages or this method returnsfalse.
-
-
-
Method Detail
-
processMessage
public boolean processMessage(java.lang.Object msg)
Description copied from interface:ChannelOutboundBuffer.MessageProcessorWill be called for each flushed message until it either there are no more flushed messages or this method returnsfalse.- Specified by:
processMessagein interfaceChannelOutboundBuffer.MessageProcessor
-
-