Example usage for Java io.netty.channel DefaultMessageSizeEstimator fields, constructors, methods, implement or subclass
The text is from its open source code.
MessageSizeEstimator | DEFAULT Return the default implementation which returns 8 for unknown messages. |
DefaultMessageSizeEstimator(int unknownSize) Create a new instance |