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 AbstractXMPPConnectionNonzaCallback. connectionFields in org.jivesoftware.smack with type parameters of type AbstractXMPPConnection Modifier and Type Field Description protected static AsyncButOrdered<AbstractXMPPConnection>AbstractXMPPConnection. ASYNC_BUT_ORDEREDMethods in org.jivesoftware.smack that return AbstractXMPPConnection Modifier and Type Method Description AbstractXMPPConnectionAbstractXMPPConnection. connect()Establishes a connection to the XMPP server.Methods in org.jivesoftware.smack with parameters of type AbstractXMPPConnection Modifier and Type Method Description static ReconnectionManagerReconnectionManager. 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 classXMPPBOSHConnectionCreates 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 classModularXmppClientToServerConnectionThe superclass of Smack's Modular Connection Architecture. -
Uses of AbstractXMPPConnection in org.jivesoftware.smack.tcp
Subclasses of AbstractXMPPConnection in org.jivesoftware.smack.tcp Modifier and Type Class Description classXMPPTCPConnectionCreates a socket connection to an XMPP server.
-