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

Packages that use IConnectionListener
org.red5.server   
org.red5.server.api   
org.red5.server.net.remoting   
 

Uses of IConnectionListener in org.red5.server
 

Fields in org.red5.server with type parameters of type IConnectionListener
protected  CopyOnWriteArrayList<IConnectionListener> BaseConnection.connectionListeners
          Listeners
 Set<IConnectionListener> Server.connectionListeners
           
 

Methods in org.red5.server with parameters of type IConnectionListener
 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.
 

Uses of IConnectionListener in org.red5.server.api
 

Methods in org.red5.server.api with parameters of type IConnectionListener
 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.
 

Uses of IConnectionListener in org.red5.server.net.remoting
 

Fields in org.red5.server.net.remoting with type parameters of type IConnectionListener
protected  CopyOnWriteArrayList<IConnectionListener> RemotingConnection.connectionListeners
          Listeners
 

Methods in org.red5.server.net.remoting with parameters of type IConnectionListener
 void RemotingConnection.addListener(IConnectionListener listener)
          Adds a listener to this object
 void RemotingConnection.removeListener(IConnectionListener listener)
          Removes the listener from this object
 



Copyright © 2006-2012 The Red5 Project