List of usage examples for io.netty.channel MessageSizeEstimator 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() { }
From source file org.jupiter.transport.netty.estimator.JMessageSizeEstimator.java
/**
* ?size, ??IO?.
*
* jupiter
* org.jupiter.transport.netty.estimator
*
From source file org.waarp.common.file.DataBlockSizeEstimator.java
/**
* DataBlock size estimator
*
* @author Frederic Bregier
*
*/