Package io.netty.channel
Interface MessageSizeEstimator.Handle
-
- Enclosing interface:
- MessageSizeEstimator
public static interface MessageSizeEstimator.Handle
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
size(java.lang.Object msg)
Calculate the size of the given message.
-