Modifier and Type | Class and Description |
---|---|
class |
ApplicationAdapter
Base class for applications, takes care that callbacks are executed single-threaded.
|
class |
MultiThreadedApplicationAdapter
ApplicationAdapter class serves as a base class for your Red5 applications.
|
Modifier and Type | Field and Description |
---|---|
protected ISchedulingService |
MultiThreadedApplicationAdapter.schedulingService
Scheduling service.
|
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 | Method and Description |
---|---|
void |
RTMPConnection.setSchedulingService(ISchedulingService schedulingService)
Sets the scheduling service.
|
protected void |
RTMPConnection.startWaitForHandshake(ISchedulingService service)
Start waiting for a valid handshake.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationSchedulingService
This class can be used to initialize Quartz for a Red5 application.
|
class |
QuartzSchedulingService
Scheduling service that uses Quartz as backend.
|
Modifier and Type | Method and Description |
---|---|
ISchedulingService |
WarDeployer.getScheduler() |
Modifier and Type | Method and Description |
---|---|
void |
WarDeployer.setScheduler(ISchedulingService scheduler) |
Modifier and Type | Method and Description |
---|---|
void |
SessionManager.setSchedulingService(ISchedulingService schedulingService) |
Constructor and Description |
---|
Builder(ISubscriberStream subscriberStream,
ISchedulingService schedulingService,
IConsumerService consumerService,
IProviderService providerService) |
Copyright © 2006-2012 The Red5 Project