Uses of Class
org.jivesoftware.smack.AbstractXMPPConnection
-
Packages that use AbstractXMPPConnection Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.bosh Smack's API for BOSH (XEP-206, XEP-124).org.jivesoftware.smack.c2s Smack's (new) API for client-to-server (c2s) connections.org.jivesoftware.smack.tcp TCP-IP related classes for Smack. -
-
Uses of AbstractXMPPConnection in org.jivesoftware.smack
Fields in org.jivesoftware.smack declared as AbstractXMPPConnection Modifier and Type Field Description protected AbstractXMPPConnection
NonzaCallback. connection
Fields in org.jivesoftware.smack with type parameters of type AbstractXMPPConnection Modifier and Type Field Description protected static AsyncButOrdered<AbstractXMPPConnection>
AbstractXMPPConnection. ASYNC_BUT_ORDERED
Methods in org.jivesoftware.smack that return AbstractXMPPConnection Modifier and Type Method Description AbstractXMPPConnection
AbstractXMPPConnection. connect()
Establishes a connection to the XMPP server.Methods in org.jivesoftware.smack with parameters of type AbstractXMPPConnection Modifier and Type Method Description static ReconnectionManager
ReconnectionManager. getInstanceFor(AbstractXMPPConnection connection)
Get a instance of ReconnectionManager for the given connection. -
Uses of AbstractXMPPConnection in org.jivesoftware.smack.bosh
Subclasses of AbstractXMPPConnection in org.jivesoftware.smack.bosh Modifier and Type Class Description class
XMPPBOSHConnection
Creates a connection to an XMPP server via HTTP binding. -
Uses of AbstractXMPPConnection in org.jivesoftware.smack.c2s
Subclasses of AbstractXMPPConnection in org.jivesoftware.smack.c2s Modifier and Type Class Description class
ModularXmppClientToServerConnection
-
Uses of AbstractXMPPConnection in org.jivesoftware.smack.tcp
Subclasses of AbstractXMPPConnection in org.jivesoftware.smack.tcp Modifier and Type Class Description class
XMPPTCPConnection
Creates a socket connection to an XMPP server.
-