Example usage for io.netty.handler.codec.bytes ByteArrayDecoder subclass-usage

List of usage examples for io.netty.handler.codec.bytes ByteArrayDecoder subclass-usage

Introduction

In this page you can find the example usage for io.netty.handler.codec.bytes ByteArrayDecoder subclass-usage.

Usage

From source file org.apache.camel.component.netty4.codec.DelegateByteArrayDecoder.java

/**
 * We need to derive from the original decoder because we need to
 * call the decode method directly which is protected in the original
 * one.
 */
public class DelegateByteArrayDecoder extends ByteArrayDecoder {