Uses of Interface
tigase.server.bosh.BoshSessionTaskHandler
-
Packages that use BoshSessionTaskHandler Package Description tigase.cluster tigase.server.bosh -
-
Uses of BoshSessionTaskHandler in tigase.cluster
Classes in tigase.cluster that implement BoshSessionTaskHandler Modifier and Type Class Description class
BoshConnectionClustered
-
Uses of BoshSessionTaskHandler in tigase.server.bosh
Classes in tigase.server.bosh that implement BoshSessionTaskHandler Modifier and Type Class Description class
BoshConnectionManager
Describe class BoshConnectionManager here.Constructors in tigase.server.bosh with parameters of type BoshSessionTaskHandler Constructor Description BoshSession(java.lang.String def_domain, JID dataReceiver, BoshSessionTaskHandler handler, java.lang.String hostname, int maxWaitingPackets)
Creates a newBoshSession
instance.
-