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 TypeClassDescriptionclassSample application that uses the client manager. -
Uses of ISchedulingService in org.red5.server
Methods in org.red5.server with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoidServer.ConnectedJob.execute(ISchedulingService service) voidServer.DisconnectedJob.execute(ISchedulingService service) voidServer.ScopeCreatedJob.execute(ISchedulingService service) voidServer.ScopeRemovedJob.execute(ISchedulingService service) -
Uses of ISchedulingService in org.red5.server.adapter
Classes in org.red5.server.adapter that implement ISchedulingServiceModifier and TypeClassDescriptionclassBase class for applications, takes care that callbacks are executed single-threaded.classApplicationAdapter class serves as a base class for your Red5 applications.Fields in org.red5.server.adapter declared as ISchedulingServiceModifier and TypeFieldDescriptionprotected ISchedulingServiceMultiThreadedApplicationAdapter.schedulingServiceScheduling service. -
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 TypeClassDescriptionclassThis class can be used to initialize Quartz for a Red5 application.classScheduling 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 TypeMethodDescriptionvoidBasicScope.KeepAliveJob.execute(ISchedulingService service) -
Uses of ISchedulingService in org.red5.server.session
Fields in org.red5.server.session declared as ISchedulingServiceModifier and TypeFieldDescriptionprivate static ISchedulingServiceSessionManager.schedulingServiceMethods in org.red5.server.session with parameters of type ISchedulingServiceModifier and TypeMethodDescriptionvoidSessionManager.ReaperJob.execute(ISchedulingService service) voidSessionManager.setSchedulingService(ISchedulingService schedulingService) -
Uses of ISchedulingService in org.red5.server.stream
Fields in org.red5.server.stream declared as ISchedulingServiceModifier and TypeFieldDescriptionprivate ISchedulingServiceServerStream.schedulerScheduling serviceprivate ISchedulingServicePlayEngine.Builder.schedulingServiceprivate ISchedulingServicePlayEngine.schedulingServiceprotected 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 TypeMethodDescription(package private) PlayEnginePlaylistSubscriberStream.createEngine(ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) Creates a play engine based on current services (scheduling service, consumer service, and provider service).(package private) PlayEngineSingleItemSubscriberStream.createEngine(ISchedulingService schedulingService, IConsumerService consumerService, IProviderService providerService) Creates a play engine based on current services (scheduling service, consumer service, and provider service).voidPlayEngine.DeferredStopRunnable.execute(ISchedulingService service) voidPlayEngine.PullAndPushRunnable.execute(ISchedulingService svc) Trigger sending of messages.voidPlaylistSubscriberStream.Notifier.execute(ISchedulingService service) voidRecordingListener.EventQueueJob.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)