Package org.red5.server.messaging
Interface IPipeConnectionListener
- All Known Implementing Classes:
BroadcastScope
,ClientBroadcastStream
,ConnectionConsumer
,ConnectionProvider
,FileConsumer
,FileProvider
,PlayEngine
,ServerStream
,StreamBandwidthController
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 TypeMethodDescriptionvoid
Pipe connection event handler
-
Method Details
-
onPipeConnectionEvent
Pipe connection event handler- Parameters:
event
- Pipe connection event
-