Interface IConnectionListener


public interface IConnectionListener
Interface for listeners to connection events.
Author:
The Red5 Project, Joachim Bauch (bauch@struktur.de)
  • Method Details

    • notifyConnected

      void notifyConnected(IConnection conn)
      A new connection was established.
      Parameters:
      conn - the new connection
    • notifyDisconnected

      void notifyDisconnected(IConnection conn)
      A connection was disconnected.
      Parameters:
      conn - the disconnected connection