Uses of Class
tigase.server.bosh.BoshSendQueueTask
-
Packages that use BoshSendQueueTask Package Description tigase.server.bosh -
-
Uses of BoshSendQueueTask in tigase.server.bosh
Methods in tigase.server.bosh that return BoshSendQueueTask Modifier and Type Method Description BoshSendQueueTask
BoshConnectionManager. scheduleSendQueueTask(BoshSession bs, long delay)
BoshSendQueueTask
BoshSessionTaskHandler. scheduleSendQueueTask(BoshSession tt, long delay)
Methods in tigase.server.bosh with parameters of type BoshSendQueueTask Modifier and Type Method Description void
BoshConnectionManager. cancelSendQueueTask(BoshSendQueueTask tt)
void
BoshSessionTaskHandler. cancelSendQueueTask(BoshSendQueueTask bt)
-