- BOSH_URI - Static variable in class org.jivesoftware.smack.bosh.XMPPBOSHConnection
-
The BOSH namespace from XEP-0124.
- BOSHConfiguration - Class in org.jivesoftware.smack.bosh
-
Configuration to use while establishing the connection to the XMPP server via
HTTP binding.
- BOSHConfiguration(String) - Constructor for class org.jivesoftware.smack.bosh.BOSHConfiguration
-
- BOSHConfiguration(String, int) - Constructor for class org.jivesoftware.smack.bosh.BOSHConfiguration
-
- BOSHConfiguration(boolean, String, int, String, String) - Constructor for class org.jivesoftware.smack.bosh.BOSHConfiguration
-
Create a HTTP Binding configuration.
- BOSHConfiguration(boolean, String, int, String, ProxyInfo, String) - Constructor for class org.jivesoftware.smack.bosh.BOSHConfiguration
-
Create a HTTP Binding configuration.
- BOSHPacketReader - Class in org.jivesoftware.smack.bosh
-
Listens for XML traffic from the BOSH connection manager and parses it into
packet objects.
- BOSHPacketReader(XMPPBOSHConnection) - Constructor for class org.jivesoftware.smack.bosh.BOSHPacketReader
-
Create a packet reader which listen on a BOSHConnection for received
HTTP responses, parse the packets and notifies the connection.