Uses of Interface
io.netty.channel.MessageSizeEstimator.Handle
-
Packages that use MessageSizeEstimator.Handle 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 MessageSizeEstimator.Handle in io.netty.channel
Methods in io.netty.channel that return MessageSizeEstimator.Handle Modifier and Type Method Description MessageSizeEstimator.Handle
DefaultMessageSizeEstimator. newHandle()
MessageSizeEstimator.Handle
MessageSizeEstimator. newHandle()
Creates a new handle.
-