All Classes
-
All Classes Interface Summary Class Summary Enum Summary Exception Summary Class Description AbstractComponent This class provides a defaultComponentimplementation.Component Components enhance the functionality of an XMPP server.ComponentException Thrown when an exception occors with a Component.ComponentManager Manages components.ComponentManagerFactory Factory to get a ComponentManager implementation.DataForm Represents a form that could be use for gathering data as well as for reporting data returned from a search.DataForm.Type Type-safe enumeration to represent the type of the Data forms.DestroyRoom DestroyRoom is a packet that when sent will ask the server to destroy a given room.FormField Represents a field of a form.FormField.Option Represents the available option of a given FormField.FormField.Type Type-safe enumeration to represent the field type of the Data forms.Invitation Represents an invitation to a Multi-User Chat room from a room occupant to a user that is not an occupant of the room.IQ IQ (Info/Query) packet.IQ.Type Type-safe enumeration to represent the type of the IQ packet.IQResultListener An IQResultListener will be invoked when a previously IQ packet sent by the server was answered.JID An XMPP address (JID).JIDWeigher A Weigher that weights cache entries that contains JID parts.JoinRoom Initial presence sent when joining an existing room or creating a new room.LeaveRoom Initial presence sent when joining an existing room or creating a new room.Message Message packet.Message.Type Type-safe enumeration for the type of a message.Packet An XMPP packet (also referred to as a stanza).PacketError A packet error.PacketError.Condition Type-safe enumeration for the error condition.PacketError.Type Error type.PacketExtension A packet extension represents a child element of a Packet for a given qualified name.Presence Presence packet.Presence.Show Represents the presence "show" value.Presence.Type Represents the type of a presence packet.Result Elements from a result set as defined by XEP-0059 have certain characteristics.ResultSet<E extends Result> A result set representation as described in XEP-0059.ResultSetImpl<E extends Result> A result set representation as described in XEP-0059.RoomConfiguration RoomConfiguration is a packet that helps to set the configuration of MUC rooms.Roster Roster packet.Roster.Ask Type-safe enumeration for the roster ask type.Roster.Item Item in a roster, which represents an individual contact.Roster.Subscription Type-safe enumeration for the roster subscription type.StreamError A stream error.StreamError.Condition Type-safe enumeration for the error condition.ValueWrapper<V extends Serializable> A wrapper implementation for cached values, suitable forMapbased caches where a significant portion of keys matches the corresponding value exactly.ValueWrapper.Representation Indication of how the key of this cache entry represents the cache value.XMPPConstants Contains constant values representing various objects in Tinder.