| Package | Description |
|---|---|
| org.red5.server.api.scheduling | |
| org.red5.server.scheduling | |
| org.red5.server.stream |
| Modifier and Type | Method and Description |
|---|---|
void |
IScheduledJob.execute(ISchedulingService service)
Called each time the job is triggered by the scheduling service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QuartzSchedulingService
Scheduling service that uses Quartz as backend.
|
| Modifier and Type | Field and Description |
|---|---|
protected ISchedulingService |
SingleItemSubscriberStream.schedulingService
Service used to provide notifications, keep client buffer filled, clean up, etc...
|
protected ISchedulingService |
PlaylistSubscriberStream.schedulingService
Service used to provide notifications, keep client buffer filled, clean up, etc...
|
| Modifier and Type | Method and Description |
|---|---|
void |
SingleItemSubscriberStream.Notifier.execute(ISchedulingService service) |
void |
PlaylistSubscriberStream.Notifier.execute(ISchedulingService service) |
| Constructor and Description |
|---|
Builder(ISubscriberStream subscriberStream,
ISchedulingService schedulingService,
IConsumerService consumerService,
IProviderService providerService) |
Copyright © 2005–2017 Red5. All rights reserved.