List of usage examples for io.netty.channel MessageSizeEstimator.Handle interface-usage
From source file com.spotify.folsom.client.SimpleSizeEstimator.java
class SimpleSizeEstimator implements MessageSizeEstimator, MessageSizeEstimator.Handle { static final MessageSizeEstimator INSTANCE = new SimpleSizeEstimator(); private SimpleSizeEstimator() { }