public interface IConnectionListener
| Modifier and Type | Method and Description |
|---|---|
void |
notifyConnected(IConnection conn)
A new connection was established.
|
void |
notifyDisconnected(IConnection conn)
A connection was disconnected.
|
void notifyConnected(IConnection conn)
conn - the new connectionvoid notifyDisconnected(IConnection conn)
conn - the disconnected connectionCopyright © 2005–2017 Red5. All rights reserved.