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 boolean
connected
private int
maxMessagesPerWrite
-
Constructor Summary
Constructors Modifier Constructor Description private
MyMessageProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
processMessage(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.MessageProcessor
Will be called for each flushed message until it either there are no more flushed messages or this method returnsfalse
.- Specified by:
processMessage
in interfaceChannelOutboundBuffer.MessageProcessor
-
-