Package org.red5.server.messaging
Interface IPushableConsumer
- All Superinterfaces:
IConsumer,IMessageComponent
- All Known Implementing Classes:
ClientBroadcastStream,ConnectionConsumer,FileConsumer,PlayEngine,RTMPEClient,ServerStream,SlicedFileConsumer,StreamingProxy
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
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidpushMessage(IPipe pipe, IMessage message) Pushes message through pipeMethods inherited from interface org.red5.server.messaging.IMessageComponent
onOOBControlMessage
-
Field Details
-
KEY
ConstantKEY="IPushableConsumer.class.getName()"
-
-
Method Details
-
pushMessage
Pushes message through pipe- Parameters:
pipe- Pipemessage- Message- Throws:
IOException- if message could not be written
-