Class Server.ConnectionTracker

    • Field Summary

      Fields 
      Modifier and Type Field Description
      io.netty.channel.group.ChannelGroup allChannels  
    • Field Detail

      • allChannels

        public final io.netty.channel.group.ChannelGroup allChannels
    • Constructor Detail

      • ConnectionTracker

        public ConnectionTracker()
    • Method Detail

      • register

        public void register​(Event.Type type,
                             io.netty.channel.Channel ch)
      • send

        public void send​(Event event)