Uses of Class
tigase.server.bosh.BoshSession

Packages that use BoshSession
tigase.server.bosh   
 

Uses of BoshSession in tigase.server.bosh
 

Fields in tigase.server.bosh with type parameters of type BoshSession
protected  Map<UUID,BoshSession> BoshConnectionManager.sessions
          Field description
 

Methods in tigase.server.bosh that return BoshSession
protected  BoshSession BoshConnectionManager.getBoshSession(tigase.xmpp.JID jid)
          Method description
 

Methods in tigase.server.bosh with parameters of type BoshSession
protected  void BoshConnectionManager.addOutPackets(Queue<Packet> out_results, BoshSession bs)
          Method description
 boolean BoshSessionTaskHandler.addOutStreamClosed(Packet packet, BoshSession bs)
           
 boolean BoshConnectionManager.addOutStreamClosed(Packet packet, BoshSession bs)
          Method description
 boolean BoshSessionTaskHandler.addOutStreamOpen(Packet packet, BoshSession bs)
           
 boolean BoshConnectionManager.addOutStreamOpen(Packet packet, BoshSession bs)
           
 BoshSendQueueTask BoshSessionTaskHandler.scheduleSendQueueTask(BoshSession tt, long delay)
           
 BoshSendQueueTask BoshConnectionManager.scheduleSendQueueTask(BoshSession bs, long delay)
          Method description
 BoshTask BoshSessionTaskHandler.scheduleTask(BoshSession bs, long delay)
           
 BoshTask BoshConnectionManager.scheduleTask(BoshSession bs, long delay)
          Method description
 

Constructors in tigase.server.bosh with parameters of type BoshSession
BoshSendQueueTask(BoshSession bs)
           
BoshTask(BoshSession bs, BoshConnectionManager manager)
          Constructs ...
 



Copyright © 2013 Tigase. All rights reserved.