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 classDefaultMessageSizeEstimatorDefaultMessageSizeEstimatorimplementation which supports the estimation of the size ofBufferandFileRegion.Fields in io.netty5.channel declared as MessageSizeEstimator Modifier and Type Field Description static MessageSizeEstimatorDefaultMessageSizeEstimator. DEFAULTReturn the default implementation which returns8for 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
-