Interface Connection.Tracker

All Known Implementing Classes:
Server.ConnectionTracker
Enclosing class:
Connection

public static interface Connection.Tracker
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addConnection(io.netty.channel.Channel ch, Connection connection)
     
    boolean
     
  • Method Details

    • addConnection

      void addConnection(io.netty.channel.Channel ch, Connection connection)
    • isRunning

      boolean isRunning()