Uses of Interface
io.netty.channel.ChannelOutboundBuffer.MessageProcessor
-
Packages that use ChannelOutboundBuffer.MessageProcessor Package Description io.netty.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of ChannelOutboundBuffer.MessageProcessor in io.netty.channel
Methods in io.netty.channel with parameters of type ChannelOutboundBuffer.MessageProcessor Modifier and Type Method Description void
ChannelOutboundBuffer. forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor processor)
CallprocessMessage(Object)
for each flushed message in thisChannelOutboundBuffer
untilprocessMessage(Object)
returnsfalse
or there are no more flushed messages to process.
-