Package org.red5.server.api.listeners
Interface IConnectionListener
public interface IConnectionListener
Interface for listeners to connection events.
- Author:
- The Red5 Project, Joachim Bauch (bauch@struktur.de)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
notifyConnected
(IConnection conn) A new connection was established.void
A connection was disconnected.
-
Method Details
-
notifyConnected
A new connection was established.- Parameters:
conn
- the new connection
-
notifyDisconnected
A connection was disconnected.- Parameters:
conn
- the disconnected connection
-