|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ISchedulingService | |
|---|---|
| org.red5.server.adapter | |
| org.red5.server.api.scheduling | |
| org.red5.server.net.rtmp | |
| org.red5.server.scheduling | |
| Uses of ISchedulingService in org.red5.server.adapter |
|---|
| Classes in org.red5.server.adapter that implement ISchedulingService | |
|---|---|
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. |
| Fields in org.red5.server.adapter declared as ISchedulingService | |
|---|---|
protected 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 ISchedulingService | |
|---|---|
void |
IScheduledJob.execute(ISchedulingService service)
Called each time the job is triggered by the scheduling service. |
| Uses of ISchedulingService in org.red5.server.net.rtmp |
|---|
| Methods in org.red5.server.net.rtmp with parameters of type ISchedulingService | |
|---|---|
void |
RTMPConnection.setSchedulingService(ISchedulingService schedulingService)
Sets the scheduling service. |
protected void |
EdgeRTMPMinaConnection.startWaitForHandshake(ISchedulingService service)
|
protected void |
RTMPOriginConnection.startWaitForHandshake(ISchedulingService service)
|
protected void |
RTMPConnection.startWaitForHandshake(ISchedulingService service)
Start waiting for a valid handshake. |
| Uses of ISchedulingService in org.red5.server.scheduling |
|---|
| Classes in org.red5.server.scheduling that implement ISchedulingService | |
|---|---|
class |
QuartzSchedulingService
Scheduling service that uses Quartz as backend. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||