MessageDecoder

public class MessageDecoder extends LengthFieldBasedFrameDecoder
Author:Lars Kroll <lkroll@kth.se>

Constructors

MessageDecoder

public MessageDecoder(NettyNetwork component)

Methods

decode

protected Object decode(ChannelHandlerContext ctx, ByteBuf in)

extractFrame

protected ByteBuf extractFrame(ChannelHandlerContext ctx, ByteBuf buffer, int index, int length)