|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TimerTask | |
|---|---|
| tigase.server | The main package with top level API for server side components. |
| tigase.server.bosh | |
| tigase.server.xmppserver | |
| Uses of TimerTask in tigase.server |
|---|
| Methods in tigase.server with parameters of type TimerTask | |
|---|---|
void |
AbstractMessageReceiver.addTimerTask(TimerTask task,
long delay)
Method queues and executes timer tasks using ScheduledExecutorService which allows using more than one thread for executing tasks. |
protected void |
AbstractMessageReceiver.addTimerTask(TimerTask task,
long delay,
TimeUnit unit)
Method queues and executes timer tasks using ScheduledExecutorService which allows using more than one thread for executing tasks. |
| Uses of TimerTask in tigase.server.bosh |
|---|
| Subclasses of TimerTask in tigase.server.bosh | |
|---|---|
class |
BoshSendQueueTask
|
class |
BoshTask
Describe class BoshWaitTimer here. |
| Methods in tigase.server.bosh with parameters of type TimerTask | |
|---|---|
boolean |
BoshSession.task(Queue<Packet> out_results,
TimerTask tt)
Method description |
| Uses of TimerTask in tigase.server.xmppserver |
|---|
| Methods in tigase.server.xmppserver with parameters of type TimerTask | |
|---|---|
void |
S2SConnectionManager.addTimerTask(TimerTask task,
long delay,
TimeUnit unit)
Method description |
void |
S2SConnectionHandlerIfc.addTimerTask(TimerTask task,
long delay,
TimeUnit unit)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||