Uses of Class
org.xmpp.packet.Packet
-
Packages that use Packet Package Description 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 Modifier and Type Method Description voidAbstractComponent. processPacket(Packet packet)voidComponent. processPacket(Packet packet)Processes a packet sent to this Component.protected voidAbstractComponent. send(Packet packet)Helper method to send packets.voidComponentManager. 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 Modifier and Type Class Description classDestroyRoomDestroyRoom is a packet that when sent will ask the server to destroy a given room.classInvitationRepresents an invitation to a Multi-User Chat room from a room occupant to a user that is not an occupant of the room.classJoinRoomInitial presence sent when joining an existing room or creating a new room.classLeaveRoomInitial presence sent when joining an existing room or creating a new room.classRoomConfigurationRoomConfiguration 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 Modifier and Type Class Description classIQIQ (Info/Query) packet.classMessageMessage packet.classPresencePresence packet.classRosterRoster packet.Methods in org.xmpp.packet that return Packet Modifier and Type Method Description abstract PacketPacket. createCopy()Creates a deep copy of this packet.
-