Uses of Interface
org.jivesoftware.smack.ConnectionListener
-
Packages that use ConnectionListener Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smackx.jingle.transports Smack's API for XEP-0261: Jingle In-Band Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_ibb Smack's API for XEP-0261: Jingle In-Band Bytestreams.org.jivesoftware.smackx.jingle.transports.jingle_s5b Smack's API for XEP-0260: Jingle SOCKS5 Bytestreams. -
-
Uses of ConnectionListener in org.jivesoftware.smack
Classes in org.jivesoftware.smack that implement ConnectionListener Modifier and Type Class Description classAbstractConnectionClosedListenerclassAbstractConnectionListenerDeprecated.useConnectionListenerinstead.Fields in org.jivesoftware.smack with type parameters of type ConnectionListener Modifier and Type Field Description protected Set<ConnectionListener>AbstractXMPPConnection. connectionListenersA collection of ConnectionListeners which listen for connection closing and reconnection events.Methods in org.jivesoftware.smack with parameters of type ConnectionListener Modifier and Type Method Description voidAbstractXMPPConnection. addConnectionListener(ConnectionListener connectionListener)voidXMPPConnection. addConnectionListener(ConnectionListener connectionListener)Adds a connection listener to this connection that will be notified when the connection closes or fails.voidAbstractXMPPConnection. removeConnectionListener(ConnectionListener connectionListener)voidXMPPConnection. removeConnectionListener(ConnectionListener connectionListener)Removes a connection listener from this connection. -
Uses of ConnectionListener in org.jivesoftware.smackx.jingle.transports
Classes in org.jivesoftware.smackx.jingle.transports that implement ConnectionListener Modifier and Type Class Description classJingleTransportManager<D extends JingleContentTransport>Manager for a JingleTransport method. -
Uses of ConnectionListener in org.jivesoftware.smackx.jingle.transports.jingle_ibb
Classes in org.jivesoftware.smackx.jingle.transports.jingle_ibb that implement ConnectionListener Modifier and Type Class Description classJingleIBBTransportManagerManager for Jingle InBandBytestream transports (XEP-0261). -
Uses of ConnectionListener in org.jivesoftware.smackx.jingle.transports.jingle_s5b
Classes in org.jivesoftware.smackx.jingle.transports.jingle_s5b that implement ConnectionListener Modifier and Type Class Description classJingleS5BTransportManagerManager for Jingle SOCKS5 Bytestream transports (XEP-0261).
-