public static interface MessageSizeEstimator.Handle
| Modifier and Type | Method and Description |
|---|---|
int |
size(Object msg)
Calculate the size of the given message.
|
int size(Object msg)
msg - The message for which the size should be calculatedCopyright © 2008–2025 The Netty Project. All rights reserved.