Uses of Class
org.xmpp.packet.Packet

Packages that use Packet
org.xmpp.component   
org.xmpp.muc   
org.xmpp.packet   
 

Uses of Packet in org.xmpp.component
 

Methods in org.xmpp.component with parameters of type Packet
 void Component.processPacket(Packet packet)
          Processes a packet sent to this Component.
 void ComponentManager.sendPacket(Component component, Packet packet)
          Sends a packet to the XMPP server.
 

Uses of Packet in org.xmpp.muc
 

Subclasses of Packet in org.xmpp.muc
 class DestroyRoom
          DestroyRoom is a packet that when sent will ask the server to destroy a given room.
 class 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.
 class JoinRoom
          Initial presence sent when joining an existing room or creating a new room.
 class LeaveRoom
          Initial presence sent when joining an existing room or creating a new room.
 class RoomConfiguration
          RoomConfiguration is a packet that helps to set the configuration of MUC rooms.
 

Uses of Packet in org.xmpp.packet
 

Subclasses of Packet in org.xmpp.packet
 class IQ
          IQ (Info/Query) packet.
 class Message
          Message packet.
 class Presence
          Presence packet.
 class Roster
          Roster packet.
 

Methods in org.xmpp.packet that return Packet
abstract  Packet Packet.createCopy()
          Creates a deep copy of this packet.