Package org.red5.server.messaging
Interface IMessageComponent
- All Known Subinterfaces:
IConsumer
,IFilter
,IProvider
,IPullableProvider
,IPushableConsumer
,ISeekableProvider
,IStreamTypeAwareProvider
- All Known Implementing Classes:
ClientBroadcastStream
,ConnectionConsumer
,ConnectionProvider
,FileConsumer
,FileProvider
,PlayEngine
,ServerStream
,StreamBandwidthController
public interface IMessageComponent
Message component handles out-of-band control messages
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onOOBControlMessage
(IMessageComponent source, IPipe pipe, OOBControlMessage oobCtrlMsg)
-
Method Details
-
onOOBControlMessage
- Parameters:
source
- Message component sourcepipe
- Connection pipeoobCtrlMsg
- Out-of-band control message
-