List of usage examples for io.netty.handler.codec.bytes ByteArrayEncoder subclass-usage
From source file org.apache.camel.component.netty4.codec.DelegateByteArrayEncoder.java
/** * We need to derive from the original encoder because we need to * call the encode method directly which is protected in the original * one. */ public class DelegateByteArrayEncoder extends ByteArrayEncoder {