Uses of Interface
org.red5.server.api.listeners.IConnectionListener

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.
 



Copyright © 2006-2012 The Red5 Project