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 4(alpha8)を使用しています。
パイプラインで ChannelHanders 間でデータを共有したいのですが、以前のバージョンの Netty では ChannelLocal を使用していたと思います。Netty 4 に相当するものはありますか?
質問を投稿した直後に答えが見つかりました。
Channel で利用可能な属性マップを使用する必要があります。
http://netty.io/wiki/new-and-noteworthy.html