Package | Description |
---|---|
org.red5.server | |
org.red5.server.api |
Modifier and Type | Field and Description |
---|---|
Set<IConnectionListener> |
Server.connectionListeners |
Modifier and Type | Method and Description |
---|---|
void |
Server.addListener(IConnectionListener listener)
Add listener to get notified about connection events.
|
void |
Server.removeListener(IConnectionListener listener)
Remove listener that got notified about connection events.
|
Modifier and Type | Method and Description |
---|---|
void |
IServer.addListener(IConnectionListener listener)
Add listener to get notified about connection events.
|
void |
IServer.removeListener(IConnectionListener listener)
Remove listener that got notified about connection events.
|
Copyright © 2006-2012 The Red5 Project