Package org.red5.server.stream
Class PlayEngine.PullAndPushRunnable
java.lang.Object
org.red5.server.stream.PlayEngine.PullAndPushRunnable
- All Implemented Interfaces:
IScheduledJob
- Enclosing class:
- PlayEngine
Periodically triggered by executor to send messages to the client.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Trigger sending of messages.
-
Constructor Details
-
PullAndPushRunnable
private PullAndPushRunnable()
-
-
Method Details
-
execute
Trigger sending of messages.- Specified by:
execute
in interfaceIScheduledJob
- Parameters:
svc
- the service that called the job
-