Package org.red5.server.messaging
Interface IPipeConnectionListener
- All Known Implementing Classes:
ClientBroadcastStream,ConnectionConsumer,FileConsumer,PlayEngine,SlicedFileConsumer
public interface IPipeConnectionListener
A listener that wants to listen to events when provider/consumer connects to or disconnects from a specific pipe.
- Author:
- The Red5 Project, Steven Gong (steven.gong@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoidPipe connection event handler
-
Method Details
-
onPipeConnectionEvent
Pipe connection event handler- Parameters:
event- Pipe connection event
-