| Package | Description |
|---|---|
| tigase.server |
The main package with top level API for server side components.
|
| tigase.server.bosh | |
| tigase.server.xmppserver |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BoshSendQueueTask |
class |
BoshTask
Describe class BoshWaitTimer here.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
BoshSession.task(Queue<Packet> out_results,
TimerTask tt)
Method description
|
| Modifier and Type | Method and Description |
|---|---|
void |
S2SConnectionManager.addTimerTask(TimerTask task,
long delay,
TimeUnit unit)
Method description
|
void |
S2SConnectionHandlerIfc.addTimerTask(TimerTask task,
long delay,
TimeUnit unit) |
Copyright © 2013 Tigase. All rights reserved.