Uses of Interface
org.red5.server.api.scheduling.ISchedulingService
Package
Description
-
Uses of ISchedulingService in io.antmedia
-
Uses of ISchedulingService in io.antmedia.console
Modifier and TypeClassDescriptionclass
Sample application that uses the client manager. -
Uses of ISchedulingService in org.red5.server
Modifier 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
Modifier 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.Modifier and TypeFieldDescriptionprotected ISchedulingService
MultiThreadedApplicationAdapter.schedulingService
Scheduling service. -
Uses of ISchedulingService in org.red5.server.api.scheduling
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionvoid
BasicScope.KeepAliveJob.execute
(ISchedulingService service) -
Uses of ISchedulingService in org.red5.server.session
Modifier and TypeFieldDescriptionprivate static ISchedulingService
SessionManager.schedulingService
Modifier and TypeMethodDescriptionvoid
SessionManager.ReaperJob.execute
(ISchedulingService service) void
SessionManager.setSchedulingService
(ISchedulingService schedulingService) -
Uses of ISchedulingService in org.red5.server.stream
Modifier 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...Modifier 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) ModifierConstructorDescriptionBuilder
(ISubscriberStream subscriberStream, ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService)