Netty學習筆記1-粘包/拆包

1,粘包/拆包問題 2,粘包/拆包的解決策略 3,String解碼器 socketChannel.pipeline().addLast(new StringDecoder()); 4,換行符轉碼器(特殊的分隔符) request = ("QUERY TIME ORDER" + System.getProperty("line.separator")).getBytes(); socketChann
相關文章
相關標籤/搜索