| Package | Description |
|---|---|
| org.red5.server.api.scheduling | |
| org.red5.server.api.stream | |
| org.red5.server.scheduling | |
| org.red5.server.stream |
| Modifier and Type | Method and Description |
|---|---|
String |
ISchedulingService.addScheduledJob(int interval,
IScheduledJob job)
Schedule a job for periodic execution.
|
String |
ISchedulingService.addScheduledJobAfterDelay(int interval,
IScheduledJob job,
int delay)
Schedule a job for periodic execution which will start after the specifed delay.
|
String |
ISchedulingService.addScheduledOnceJob(Date date,
IScheduledJob job)
Schedule a job for single execution at a given date.
|
String |
ISchedulingService.addScheduledOnceJob(long timeDelta,
IScheduledJob job)
Schedule a job for single execution in the future.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ISubscriberStream.scheduleOnceJob(IScheduledJob job)
Schedule a job to be executed only once after a 10ms delay.
|
String |
ISubscriberStream.scheduleWithFixedDelay(IScheduledJob job,
int interval)
Schedule a job to be executed regularly at the given interval.
|
| Modifier and Type | Method and Description |
|---|---|
String |
QuartzSchedulingService.addScheduledJob(int interval,
IScheduledJob job)
Schedule a job for periodic execution.
|
String |
QuartzSchedulingService.addScheduledJobAfterDelay(int interval,
IScheduledJob job,
int delay)
Schedule a job for periodic execution which will start after the specifed delay.
|
String |
QuartzSchedulingService.addScheduledOnceJob(Date date,
IScheduledJob job)
Schedule a job for single execution at a given date.
|
String |
QuartzSchedulingService.addScheduledOnceJob(long timeDelta,
IScheduledJob job)
Schedule a job for single execution in the future.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PlaylistSubscriberStream.Notifier
Handles notifications in a separate thread.
|
class |
SingleItemSubscriberStream.Notifier
Handles notifications in a separate thread.
|
| Modifier and Type | Method and Description |
|---|---|
String |
SingleItemSubscriberStream.scheduleOnceJob(IScheduledJob job)
Schedule a job to be executed only once after a 10ms delay.
|
String |
PlaylistSubscriberStream.scheduleOnceJob(IScheduledJob job)
Schedule a job to be executed only once after a 10ms delay.
|
String |
SingleItemSubscriberStream.scheduleWithFixedDelay(IScheduledJob job,
int interval)
Schedule a job to be executed regularly at the given interval.
|
String |
PlaylistSubscriberStream.scheduleWithFixedDelay(IScheduledJob job,
int interval)
Schedule a job to be executed regularly at the given interval.
|
Copyright © 2005–2017 Red5. All rights reserved.