| Package | Description |
|---|---|
| org.red5.server | |
| org.red5.server.api |
| Modifier and Type | Field and Description |
|---|---|
protected CopyOnWriteArrayList<IConnectionListener> |
BaseConnection.connectionListeners
Listeners
|
Set<IConnectionListener> |
Server.connectionListeners |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseConnection.addListener(IConnectionListener listener)
Adds a listener to this object
|
void |
Server.addListener(IConnectionListener listener)
Add listener to get notified about connection events.
|
void |
BaseConnection.removeListener(IConnectionListener listener)
Removes the listener from this object
|
void |
Server.removeListener(IConnectionListener listener)
Remove listener that got notified about connection events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IConnection.addListener(IConnectionListener listener)
Adds a listener to this object
|
void |
IServer.addListener(IConnectionListener listener)
Add listener to get notified about connection events.
|
void |
IConnection.removeListener(IConnectionListener listener)
Removes the listener from this object
|
void |
IServer.removeListener(IConnectionListener listener)
Remove listener that got notified about connection events.
|
Copyright © 2005–2017 Red5. All rights reserved.