org.red5.server.messaging
Interface IPushableConsumer
- All Superinterfaces:
- IConsumer, IMessageComponent
- All Known Implementing Classes:
- ClientBroadcastStream, ConnectionConsumer, FileConsumer, PlayEngine, ServerStream
public interface IPushableConsumer
- extends IConsumer
A consumer that supports event-driven message handling and message pushing through pipes.
- Author:
- The Red5 Project ([email protected]), Steven Gong ([email protected])
KEY
static final String KEY
pushMessage
void pushMessage(IPipe pipe,
IMessage message)
throws IOException
- Pushes message through pipe
- Parameters:
pipe
- Pipemessage
- Message
- Throws:
IOException
- if message could not be written
Copyright © 2006-2012 The Red5 Project