Uses of Class
tigase.server.bosh.BoshIOService

Packages that use BoshIOService
tigase.server.bosh   
 

Uses of BoshIOService in tigase.server.bosh
 

Methods in tigase.server.bosh that return BoshIOService
protected  BoshIOService BoshConnectionManager.getXMPPIOServiceInstance()
           
 

Methods in tigase.server.bosh with parameters of type BoshIOService
 void BoshSession.disconnected(BoshIOService bios)
           
 void BoshSession.init(Packet packet, BoshIOService service, long max_wait, long min_polling, long max_inactivity, int concurrent_requests, int hold_requests, long max_pause, Queue<Packet> out_results)
           
 void BoshSession.processSocketPacket(Packet packet, BoshIOService service, Queue<Packet> out_results)
           
 void BoshConnectionManager.serviceStarted(BoshIOService service)
          Method description
 void BoshConnectionManager.serviceStopped(BoshIOService service)
          Method description
 void BoshSessionTaskHandler.writeRawData(BoshIOService ios, String data)
           
 void BoshConnectionManager.writeRawData(BoshIOService ios, String data)
          Method description
 void BoshConnectionManager.xmppStreamClosed(BoshIOService serv)
          Method description
 String BoshConnectionManager.xmppStreamOpened(BoshIOService serv, Map<String,String> attribs)
          Method description
 



Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.