Uses of Interface
io.netty5.channel.MessageSizeEstimator.Handle
-
Packages that use MessageSizeEstimator.Handle Package Description io.netty5.channel The core channel API which is asynchronous and event-driven abstraction of various transports such as a NIO Channel. -
-
Uses of MessageSizeEstimator.Handle in io.netty5.channel
Methods in io.netty5.channel that return MessageSizeEstimator.Handle Modifier and Type Method Description MessageSizeEstimator.Handle
DefaultMessageSizeEstimator. newHandle()
MessageSizeEstimator.Handle
MessageSizeEstimator. newHandle()
Creates a new handle.Constructors in io.netty5.channel with parameters of type MessageSizeEstimator.Handle Constructor Description PendingWriteQueue(EventExecutor executor, MessageSizeEstimator.Handle handle)
-