扩展IoHandlerAdapter中为什么触发messageReceived事件原因
解码器
*/
public class LoraDecoder extends CumulativeProtocolDecoder {
private final Charset charset;
public LoraDecoder(Charset charset) {
this.charset = charset;
}
@Override
protected boolean doDecode(IoSession ioSession, I.
原创
2021-05-20 13:16:33 ·
562 阅读 ·
0 评论