Example usage for io.netty.channel MessageSizeEstimator interface-usage

List of usage examples for io.netty.channel MessageSizeEstimator interface-usage

Introduction

In this page you can find the example usage for io.netty.channel MessageSizeEstimator interface-usage.

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
 * 
 */