Package io.netty.channel
Interface MessageSizeEstimator.Handle
-
- All Known Implementing Classes:
DefaultMessageSizeEstimator.HandleImpl,PendingBytesTracker,PendingBytesTracker.ChannelOutboundBufferPendingBytesTracker,PendingBytesTracker.DefaultChannelPipelinePendingBytesTracker,PendingBytesTracker.NoopPendingBytesTracker
- Enclosing interface:
- MessageSizeEstimator
public static interface MessageSizeEstimator.Handle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intsize(java.lang.Object msg)Calculate the size of the given message.
-