Uses of Interface
org.red5.server.api.scheduling.ISchedulingService
Packages that use ISchedulingService
Package
Description
-
Uses of ISchedulingService in org.red5.server.api.scheduling
Methods in org.red5.server.api.scheduling with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoidIScheduledJob.execute(ISchedulingService service) Called each time the job is triggered by the scheduling service. -
Uses of ISchedulingService in org.red5.server.scheduling
Classes in org.red5.server.scheduling that implement ISchedulingServiceModifier and TypeClassDescriptionclassScheduling service that uses JDK ScheduledExecutor as backend. -
Uses of ISchedulingService in org.red5.server.stream
Fields in org.red5.server.stream declared as ISchedulingServiceModifier and TypeFieldDescriptionprotected ISchedulingServicePlaylistSubscriberStream.schedulingServiceService used to provide notifications, keep client buffer filled, clean up, etc...protected ISchedulingServiceSingleItemSubscriberStream.schedulingServiceService used to provide notifications, keep client buffer filled, clean up, etc...Methods in org.red5.server.stream with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoidPlaylistSubscriberStream.Notifier.execute(ISchedulingService service) voidSingleItemSubscriberStream.Notifier.execute(ISchedulingService service) Constructors in org.red5.server.stream with parameters of type ISchedulingServiceModifierConstructorDescriptionBuilder(ISubscriberStream subscriberStream, ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService)