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 TypeMethodDescriptionvoid
PacketDeliverer.deliver
(org.xmpp.packet.Packet stanza) Delivers the given stanza based on its recipient and sender.void
Process an XMPP packet.void
RoutingTable.routePacket
(org.xmpp.packet.JID jid, org.xmpp.packet.Packet packet) Routes a packet to the specified address.void
SessionManager.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 TypeMethodDescriptionvoid
InternalComponentManager.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.IQ
IQPrivateHandler.handleIQ
(org.xmpp.packet.IQ packet) org.xmpp.packet.IQ
IQRegisterHandler.handleIQ
(org.xmpp.packet.IQ packet) org.xmpp.packet.IQ
IQRosterHandler.handleIQ
(org.xmpp.packet.IQ packet) Handles all roster queries.org.xmpp.packet.IQ
IQvCardHandler.handleIQ
(org.xmpp.packet.IQ packet) org.xmpp.packet.IQ
IQVersionHandler.handleIQ
(org.xmpp.packet.IQ packet) void
IQHandler.process
(org.xmpp.packet.IQ iq) void
PresenceSubscribeHandler.process
(org.xmpp.packet.Presence presence) void
PresenceUpdateHandler.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.IQ
IQMUCvCardHandler.handleIQ
(org.xmpp.packet.IQ packet) void
MultiUserChatServiceImpl.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 TypeMethodDescriptionvoid
MultiplexerPacketDeliverer.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 TypeMethodDescriptionvoid
OfflinePacketDeliverer.deliver
(org.xmpp.packet.Packet stanza) -
Uses of PacketException in org.jivesoftware.openfire.spi
Methods in org.jivesoftware.openfire.spi that throw PacketExceptionModifier and TypeMethodDescriptionvoid
PacketDelivererImpl.deliver
(org.xmpp.packet.Packet packet) void
PacketTransporterImpl.deliver
(org.xmpp.packet.Packet packet) Delivers the given packet based on packet recipient and sender.void
RoutingTableImpl.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