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

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

Introduction

In this page you can find the example usage for io.netty.channel MessageSizeEstimator.Handle 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() {
    }