Uses of Class
org.jivesoftware.openfire.PacketException
Packages that use PacketException
Package
Description
IQ class implementations.
Implementation of Multi-User Chat (XEP-0045).
Connection Manager implementation.
-
Uses of PacketException in org.jivesoftware.openfire
Methods in org.jivesoftware.openfire that throw PacketExceptionModifier and TypeMethodDescriptionvoidPacketDeliverer.deliver(org.xmpp.packet.Packet stanza) Delivers the given stanza based on its recipient and sender.voidProcess an XMPP packet.voidRoutingTable.routePacket(org.xmpp.packet.JID jid, org.xmpp.packet.Packet packet) Routes a packet to the specified address.voidSessionManager.userBroadcast(String username, org.xmpp.packet.Packet packet) Broadcasts the given data to all connected sessions for a particular user. -
Uses of PacketException in org.jivesoftware.openfire.component
Methods in org.jivesoftware.openfire.component that throw PacketExceptionModifier and TypeMethodDescriptionvoidInternalComponentManager.process(org.xmpp.packet.Packet packet) Processes packets that were sent to this service. -
Uses of PacketException in org.jivesoftware.openfire.filetransfer.proxy
Methods in org.jivesoftware.openfire.filetransfer.proxy that throw PacketException -
Uses of PacketException in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that throw PacketExceptionModifier and TypeMethodDescriptionorg.xmpp.packet.IQIQPrivateHandler.handleIQ(org.xmpp.packet.IQ packet) org.xmpp.packet.IQIQRegisterHandler.handleIQ(org.xmpp.packet.IQ packet) org.xmpp.packet.IQIQRosterHandler.handleIQ(org.xmpp.packet.IQ packet) Handles all roster queries.org.xmpp.packet.IQIQvCardHandler.handleIQ(org.xmpp.packet.IQ packet) org.xmpp.packet.IQIQVersionHandler.handleIQ(org.xmpp.packet.IQ packet) voidIQHandler.process(org.xmpp.packet.Packet packet) voidPresenceSubscribeHandler.process(org.xmpp.packet.Presence presence) voidPresenceUpdateHandler.process(org.xmpp.packet.Packet packet) voidPresenceUpdateHandler.process(org.xmpp.packet.Presence presence) Handle presence updates that affect roster subscriptions. -
Uses of PacketException in org.jivesoftware.openfire.mediaproxy
Methods in org.jivesoftware.openfire.mediaproxy that throw PacketException -
Uses of PacketException in org.jivesoftware.openfire.muc.spi
Methods in org.jivesoftware.openfire.muc.spi that throw PacketExceptionModifier and TypeMethodDescriptionorg.xmpp.packet.IQIQMUCvCardHandler.handleIQ(org.xmpp.packet.IQ packet) voidMultiUserChatServiceImpl.processRegularStanza(org.xmpp.packet.Packet packet) This method does all stanza routing in the chat server for 'regular' MUC stanzas. -
Uses of PacketException in org.jivesoftware.openfire.multiplex
Methods in org.jivesoftware.openfire.multiplex that throw PacketExceptionModifier and TypeMethodDescriptionvoidMultiplexerPacketDeliverer.deliver(org.xmpp.packet.Packet stanza) -
Uses of PacketException in org.jivesoftware.openfire.net
Methods in org.jivesoftware.openfire.net that throw PacketException -
Uses of PacketException in org.jivesoftware.openfire.nio
Methods in org.jivesoftware.openfire.nio that throw PacketExceptionModifier and TypeMethodDescriptionvoidOfflinePacketDeliverer.deliver(org.xmpp.packet.Packet stanza) -
Uses of PacketException in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that throw PacketExceptionModifier and TypeMethodDescriptionvoidPacketDelivererImpl.deliver(org.xmpp.packet.Packet packet) voidPacketTransporterImpl.deliver(org.xmpp.packet.Packet packet) Delivers the given packet based on packet recipient and sender.voidRoutingTableImpl.routePacket(org.xmpp.packet.JID jid, org.xmpp.packet.Packet packet) -
Uses of PacketException in org.jivesoftware.openfire.transport
Methods in org.jivesoftware.openfire.transport that throw PacketException