Reputation: 31
Right now i am confusing to get client channel without iterating channels group so how i can achieve that things.
Upvotes: 0
Views: 563
Reputation: 15089
You can store each Channel
in a HashMap<String, ChannelHandlerContext>
where key can be Channel.id().asLongText()
.
Upvotes: 1