Uses of Interface
io.netty5.channel.MessageSizeEstimator
-
Packages that use MessageSizeEstimator 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 in io.netty5.channel
Classes in io.netty5.channel that implement MessageSizeEstimator Modifier and Type Class Description class
DefaultMessageSizeEstimator
DefaultMessageSizeEstimator
implementation which supports the estimation of the size ofBuffer
andFileRegion
.Fields in io.netty5.channel declared as MessageSizeEstimator Modifier and Type Field Description static MessageSizeEstimator
DefaultMessageSizeEstimator. DEFAULT
Return the default implementation which returns8
for unknown messages.Fields in io.netty5.channel with type parameters of type MessageSizeEstimator Modifier and Type Field Description static ChannelOption<MessageSizeEstimator>
ChannelOption. MESSAGE_SIZE_ESTIMATOR
-