Uses of Class
tigase.server.bosh.BoshSession
Packages that use BoshSession
-
Uses of BoshSession in tigase.server.bosh
Fields in tigase.server.bosh with type parameters of type BoshSessionModifier and TypeFieldDescriptionprotected final Map
<UUID, BoshSession> BoshConnectionManager.sessions
Methods in tigase.server.bosh that return BoshSessionModifier and TypeMethodDescriptionprotected BoshSession
BoshConnectionManager.getBoshSession
(JID jid) Method retrievesBoshSession
related to the particular user addressMethods in tigase.server.bosh with parameters of type BoshSessionModifier and TypeMethodDescriptionprotected void
BoshConnectionManager.addOutPackets
(Queue<Packet> out_results, BoshSession bs) Method adds packets to the output queue stamping it with the appropriateBoshSession
databoolean
BoshConnectionManager.addOutStreamClosed
(Packet packet, BoshSession bs, boolean withTimeout) boolean
BoshSessionTaskHandler.addOutStreamClosed
(Packet packet, BoshSession bs, boolean withTimeout) boolean
BoshConnectionManager.addOutStreamOpen
(Packet packet, BoshSession bs) boolean
BoshSessionTaskHandler.addOutStreamOpen
(Packet packet, BoshSession bs) BoshConnectionManager.getJidForBoshSession
(BoshSession bs) Returns full jid of passed BoshSession instanceBoshSessionTaskHandler.getJidForBoshSession
(BoshSession bs) BoshConnectionManager.scheduleSendQueueTask
(BoshSession bs, long delay) BoshSessionTaskHandler.scheduleSendQueueTask
(BoshSession tt, long delay) BoshConnectionManager.scheduleTask
(BoshSession bs, long delay) BoshSessionTaskHandler.scheduleTask
(BoshSession bs, long delay) Constructors in tigase.server.bosh with parameters of type BoshSession