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

python - how we can use ajax() in views.py in django? -

matlab - Using loops to get multiple values into a cell -

python - Sequence Pattern recognition with Pybrain -