List of usage examples for io.netty.handler.codec ByteToMessageDecoder subclass-usage
From source file tk.jomp16.utils.DccFileSendNettyDecoder.java
@AllArgsConstructor public class DccFileSendNettyDecoder extends ByteToMessageDecoder { private File f; private long position; @Override
From source file waazdoh.cp2p.messaging.MessageDecoder.java
public final class MessageDecoder extends ByteToMessageDecoder { private WLogger log = WLogger.getLogger(this); private ByteArrayOutputStream baos; @Override protected void decode(ChannelHandlerContext arg0, ByteBuf cb, List<Object> msgs) throws Exception {