Uses of Class
tigase.server.bosh.BoshTask
-
Packages that use BoshTask Package Description tigase.server.bosh -
-
Uses of BoshTask in tigase.server.bosh
Methods in tigase.server.bosh that return BoshTask Modifier and Type Method Description BoshTask
BoshIOService. getWaitTimer()
BoshTask
BoshConnectionManager. scheduleTask(BoshSession bs, long delay)
BoshTask
BoshSessionTaskHandler. scheduleTask(BoshSession bs, long delay)
Methods in tigase.server.bosh with parameters of type BoshTask Modifier and Type Method Description void
BoshConnectionManager. cancelTask(BoshTask tt)
void
BoshSessionTaskHandler. cancelTask(BoshTask bs)
void
BoshIOService. setWaitTimer(BoshTask timer)
-