Package org.red5.server.stream
Class ConsumerService
java.lang.Object
org.red5.server.stream.ConsumerService
- All Implemented Interfaces:
IConsumerService
Basic consumer service implementation. Used to get pushed messages at consumer endpoint.
-
Field Summary
Fields inherited from interface org.red5.server.stream.IConsumerService
KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConsumerOutput(IClientStream stream) Handles pushed messages
-
Constructor Details
-
ConsumerService
public ConsumerService()
-
-
Method Details
-
getConsumerOutput
Handles pushed messages- Specified by:
getConsumerOutputin interfaceIConsumerService- Parameters:
stream- Client stream object- Returns:
- Message object
-