Uses of Package
rocks.xmpp.core.session
-
Packages that use rocks.xmpp.core.session Package Description rocks.xmpp.core.net.client Provides classes for client side connection configuration and establishment.rocks.xmpp.core.session Provides classes related to an XMPP session.rocks.xmpp.core.session.debug Provides classes for debugging an XMPP session.rocks.xmpp.core.stream.client Provides classes for client-side stream negotiation.rocks.xmpp.extensions.caps.client rocks.xmpp.extensions.caps2.client rocks.xmpp.extensions.httpbind Provides classes for XEP-0124: Bidirectional-streams Over Synchronous HTTP (BOSH) and XEP-0206: XMPP Over BOSH.rocks.xmpp.extensions.privatedata Provides classes for XEP-0049: Private XML Storage.rocks.xmpp.im.chat Provides core classes needed for chat.rocks.xmpp.im.subscription Provides classes for Managing Presence Subscriptions. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.core.net.client Class Description XmppSession The base class for different kinds of XMPP sessions. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.core.session Class Description ConnectionEvent This event is fired for the following use cases: When the XMPP session's underlying connection gets disconnected. When the automatic reconnection has successfully reconnected, i.e.ConnectionEvent.Type The connection event type.Extension Represents an XMPP protocol extension (XEP).Manager A generic manager class, which allows to enable or disable certain functionality.Module A module defines a set of extensions.ReconnectionStrategy A strategy for reconnection logic, i.e. when and in which interval reconnection attempts will happen.SendTask A send task is the result of a send action and allows to keep track of the sent stanza.SessionStatusEvent An XMPP session event is fired, whenever the status of a session has changed, e.g. when it is abnormally disconnected.XmppClient The base class for establishing an XMPP session with a server, i.e. client-to-server sessions.XmppSession The base class for different kinds of XMPP sessions.XmppSession.Status Represents the session status.XmppSessionConfiguration A configuration for anXmppSession.XmppSessionConfiguration.Builder A builder to create anXmppSessionConfigurationinstance. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.core.session.debug Class Description XmppSession The base class for different kinds of XMPP sessions. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.core.stream.client Class Description Manager A generic manager class, which allows to enable or disable certain functionality. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.extensions.caps.client Class Description XmppSession The base class for different kinds of XMPP sessions. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.extensions.caps2.client Class Description XmppSession The base class for different kinds of XMPP sessions. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.extensions.httpbind Class Description XmppSession The base class for different kinds of XMPP sessions. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.extensions.privatedata Class Description Manager A generic manager class, which allows to enable or disable certain functionality. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.im.chat Class Description Manager A generic manager class, which allows to enable or disable certain functionality.SendTask A send task is the result of a send action and allows to keep track of the sent stanza. -
Classes in rocks.xmpp.core.session used by rocks.xmpp.im.subscription Class Description Manager A generic manager class, which allows to enable or disable certain functionality.