netty - In Netty5, if I have channelID string, how to get the Channel? -


I store the channelID string in the channel group, but later I need to write something in the channel to the customer. How can I get the channel if I can get the channel ID string? Thanks!

You need the channelID object and then use ChannelGroup.find (ChannelId).

Comments

Popular posts from this blog

sql - Return Function using Cursor -

c++ - why does this code produce a runtime error? -

javascript - Is there any way to add a new parameter to a function programmatically? -