Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Netty がデリミタ ('\r' のみ!) を受信するまでデータをバッファリングするように注意するにはどうすればよいですか。DelimiterBasedFrameDecoder で実行できますか? ありがとう
FrameDecoder を拡張する独自の Decoder を作成する必要があります。FrameDecoder の javadoc をチェックして、実装方法を理解してください。