Uses of Class
org.red5.server.messaging.PipeConnectionEvent

Packages that use PipeConnectionEvent
org.red5.server.messaging   
org.red5.server.stream   
org.red5.server.stream.consumer   
org.red5.server.stream.filter   
org.red5.server.stream.provider   
 

Uses of PipeConnectionEvent in org.red5.server.messaging
 

Methods in org.red5.server.messaging with parameters of type PipeConnectionEvent
protected  void AbstractPipe.firePipeConnectionEvent(PipeConnectionEvent event)
          Fire any pipe connection event and run all it's tasks
 void IPipeConnectionListener.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 

Uses of PipeConnectionEvent in org.red5.server.stream
 

Methods in org.red5.server.stream with parameters of type PipeConnectionEvent
 void BroadcastScope.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 void ClientBroadcastStream.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 void PlayEngine.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 void ServerStream.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler.
 void StreamingProxy.onPipeConnectionEvent(PipeConnectionEvent event)
           
 

Uses of PipeConnectionEvent in org.red5.server.stream.consumer
 

Methods in org.red5.server.stream.consumer with parameters of type PipeConnectionEvent
 void ConnectionConsumer.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 void FileConsumer.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 

Uses of PipeConnectionEvent in org.red5.server.stream.filter
 

Methods in org.red5.server.stream.filter with parameters of type PipeConnectionEvent
 void StreamBandwidthController.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 

Uses of PipeConnectionEvent in org.red5.server.stream.provider
 

Methods in org.red5.server.stream.provider with parameters of type PipeConnectionEvent
 void ConnectionProvider.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 void FileProvider.onPipeConnectionEvent(PipeConnectionEvent event)
          Pipe connection event handler
 



Copyright © 2006-2010 The Red5 Project