Package org.red5.server.messaging
Interface IPushableConsumer
- All Superinterfaces:
IConsumer
,IMessageComponent
- All Known Implementing Classes:
ClientBroadcastStream
,ConnectionConsumer
,FileConsumer
,PlayEngine
,ServerStream
A consumer that supports event-driven message handling and message pushing through pipes.
- Author:
- The Red5 Project, Steven Gong (steven.gong@gmail.com)
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
pushMessage
(IPipe pipe, IMessage message) Pushes message through pipeMethods inherited from interface org.red5.server.messaging.IMessageComponent
onOOBControlMessage
-
Field Details
-
KEY
-
-
Method Details
-
pushMessage
Pushes message through pipe- Parameters:
pipe
- Pipemessage
- Message- Throws:
IOException
- if message could not be written
-