Uses of Interface
org.red5.server.api.scheduling.ISchedulingService
Packages that use ISchedulingService
Package
Description
-
Uses of ISchedulingService in io.antmedia
Classes in io.antmedia that implement ISchedulingService -
Uses of ISchedulingService in io.antmedia.console
Classes in io.antmedia.console that implement ISchedulingServiceModifier and TypeClassDescriptionclass
Sample application that uses the client manager. -
Uses of ISchedulingService in org.red5.server
Methods in org.red5.server with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoid
Server.ConnectedJob.execute
(ISchedulingService service) void
Server.DisconnectedJob.execute
(ISchedulingService service) void
Server.ScopeCreatedJob.execute
(ISchedulingService service) void
Server.ScopeRemovedJob.execute
(ISchedulingService service) -
Uses of ISchedulingService in org.red5.server.adapter
Classes in org.red5.server.adapter that implement ISchedulingServiceModifier and TypeClassDescriptionclass
Base class for applications, takes care that callbacks are executed single-threaded.class
ApplicationAdapter class serves as a base class for your Red5 applications.Fields in org.red5.server.adapter declared as ISchedulingServiceModifier and TypeFieldDescriptionprotected ISchedulingService
MultiThreadedApplicationAdapter.schedulingService
Scheduling service. -
Uses of ISchedulingService in org.red5.server.api.scheduling
Methods in org.red5.server.api.scheduling with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoid
IScheduledJob.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 TypeClassDescriptionclass
This class can be used to initialize Quartz for a Red5 application.class
Scheduling service that uses Quartz as backend. -
Uses of ISchedulingService in org.red5.server.scope
Methods in org.red5.server.scope with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoid
BasicScope.KeepAliveJob.execute
(ISchedulingService service) -
Uses of ISchedulingService in org.red5.server.session
Fields in org.red5.server.session declared as ISchedulingServiceModifier and TypeFieldDescriptionprivate static ISchedulingService
SessionManager.schedulingService
Methods in org.red5.server.session with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoid
SessionManager.ReaperJob.execute
(ISchedulingService service) void
SessionManager.setSchedulingService
(ISchedulingService schedulingService) -
Uses of ISchedulingService in org.red5.server.stream
Fields in org.red5.server.stream declared as ISchedulingServiceModifier and TypeFieldDescriptionprivate ISchedulingService
ServerStream.scheduler
Scheduling serviceprivate ISchedulingService
PlayEngine.Builder.schedulingService
private ISchedulingService
PlayEngine.schedulingService
protected ISchedulingService
PlaylistSubscriberStream.schedulingService
Service used to provide notifications, keep client buffer filled, clean up, etc...protected ISchedulingService
SingleItemSubscriberStream.schedulingService
Service used to provide notifications, keep client buffer filled, clean up, etc...Methods in org.red5.server.stream with parameters of type ISchedulingServiceModifier and TypeMethodDescription(package private) PlayEngine
PlaylistSubscriberStream.createEngine
(ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) Creates a play engine based on current services (scheduling service, consumer service, and provider service).(package private) PlayEngine
SingleItemSubscriberStream.createEngine
(ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) Creates a play engine based on current services (scheduling service, consumer service, and provider service).void
PlayEngine.DeferredStopRunnable.execute
(ISchedulingService service) void
PlayEngine.PullAndPushRunnable.execute
(ISchedulingService svc) Trigger sending of messages.void
PlaylistSubscriberStream.Notifier.execute
(ISchedulingService service) void
RecordingListener.EventQueueJob.execute
(ISchedulingService service) void
SingleItemSubscriberStream.Notifier.execute
(ISchedulingService service) Constructors in org.red5.server.stream with parameters of type ISchedulingServiceModifierConstructorDescriptionBuilder
(ISubscriberStream subscriberStream, ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService)