decode
protected void decode(io.netty.channel.ChannelHandlerContext p_decode_1_,
                      io.netty.buffer.ByteBuf p_decode_2_,
                      java.util.List<java.lang.Object> p_decode_3_)
               throws java.lang.Exception
クラスからコピーされた説明: io.netty.handler.codec.MessageToMessageDecoder
Decode from one message to an other. This method will be called for each written message that can be handled
 by this encoder.
- 定義:
- decodeクラス内- io.netty.handler.codec.MessageToMessageDecoder<io.netty.buffer.ByteBuf>
- パラメータ:
- p_decode_1_- the- ChannelHandlerContextwhich this- MessageToMessageDecoderbelongs to
- p_decode_2_- the message to decode to an other one
- p_decode_3_- the- Listto which decoded messages should be added
- 例外:
- java.lang.Exception- is thrown if an error occurs