org.red5.server.stream
Class ConsumerService
java.lang.Object
org.red5.server.stream.ConsumerService
- All Implemented Interfaces:
- IConsumerService
public class ConsumerService
- extends Object
- implements IConsumerService
Basic consumer service implementation. Used to get pushed messages at consumer endpoint.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerService
public ConsumerService()
getConsumerOutput
public IMessageOutput getConsumerOutput(IClientStream stream)
- Handles pushed messages
- Specified by:
getConsumerOutput
in interface IConsumerService
- Parameters:
stream
- Client stream object
- Returns:
- Message object
Copyright © 2006-2012 The Red5 Project