Uses of Interface
io.netty5.channel.ChannelOutboundBuffer.MessageProcessor
-
Packages that use ChannelOutboundBuffer.MessageProcessor Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel.io.netty5.channel.unix Unix specific transport. -
-
Uses of ChannelOutboundBuffer.MessageProcessor in io.netty5.channel
Methods in io.netty5.channel with parameters of type ChannelOutboundBuffer.MessageProcessor Modifier and Type Method Description <T extends Exception>
voidChannelOutboundBuffer. forEachFlushedMessage(ChannelOutboundBuffer.MessageProcessor<T> processor)
CallprocessMessage(Object)
for each flushed message in thisChannelOutboundBuffer
untilprocessMessage(Object)
returnsfalse
or there are no more flushed messages to process. -
Uses of ChannelOutboundBuffer.MessageProcessor in io.netty5.channel.unix
Classes in io.netty5.channel.unix that implement ChannelOutboundBuffer.MessageProcessor Modifier and Type Class Description class
IovArray
Represent an array of struct array and so can be passed directly over via JNI without the need to do any more array copies.
-