|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConnectionListener | |
|---|---|
| org.red5.server | |
| org.red5.server.api | |
| Uses of IConnectionListener in org.red5.server |
|---|
| Fields in org.red5.server with type parameters of type IConnectionListener | |
|---|---|
Set<IConnectionListener> |
Server.connectionListeners
|
| Methods in org.red5.server with parameters of type IConnectionListener | |
|---|---|
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. |
| Uses of IConnectionListener in org.red5.server.api |
|---|
| Methods in org.red5.server.api with parameters of type IConnectionListener | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||