A C D E F G H I J L M N O P Q R S T U V W X

P

Packet - Class in org.xmpp.packet
An XMPP packet (also referred to as a stanza).
Packet(Element) - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet.
Packet(Element, boolean) - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet.
Packet() - Constructor for class org.xmpp.packet.Packet
Constructs a new Packet with no element data.
PacketError - Class in org.xmpp.packet
A packet error.
PacketError(PacketError.Condition) - Constructor for class org.xmpp.packet.PacketError
Construcs a new PacketError with the specified condition.
PacketError(PacketError.Condition, PacketError.Type) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError with the specified condition and type.
PacketError(PacketError.Condition, PacketError.Type, String) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError.
PacketError(PacketError.Condition, PacketError.Type, String, String) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError.
PacketError(Element) - Constructor for class org.xmpp.packet.PacketError
Constructs a new PacketError using an existing Element.
PacketError.Condition - Enum in org.xmpp.packet
Type-safe enumeration for the error condition.
PacketError.Type - Enum in org.xmpp.packet
Error type.
PacketExtension - Class in org.xmpp.packet
A packet extension represents a child element of a Packet for a given qualified name.
PacketExtension(String, String) - Constructor for class org.xmpp.packet.PacketExtension
Constructs a new Packet extension using the specified name and namespace.
PacketExtension(Element) - Constructor for class org.xmpp.packet.PacketExtension
Constructs a new PacketExtension.
parseBoolean(String) - Static method in class org.xmpp.forms.DataForm
 
parseDate(String) - Static method in class org.xmpp.forms.DataForm
Returns the Date obtained by parsing the specified date representation.
Presence - Class in org.xmpp.packet
Presence packet.
Presence() - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence.
Presence(Presence.Type) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence with the specified type.
Presence(Element) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence using an existing Element.
Presence(Element, boolean) - Constructor for class org.xmpp.packet.Presence
Constructs a new Presence using an existing Element.
Presence.Show - Enum in org.xmpp.packet
Represents the presence "show" value.
Presence.Type - Enum in org.xmpp.packet
Represents the type of a presence packet.
processPacket(Packet) - Method in interface org.xmpp.component.Component
Processes a packet sent to this Component.

A C D E F G H I J L M N O P Q R S T U V W X