Class MultiplexerPacketHandler
java.lang.Object
org.jivesoftware.openfire.multiplex.MultiplexerPacketHandler
IQ packets sent from Connection Managers themselves to the server will be handled by
instances of this class.
This class will interact with ConnectionMultiplexerManager to create, close or
get client sessions.
- Author:
- Gaston Dombiak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(org.xmpp.packet.Packet packet) Process IQ packet sent by a connection manager indicating that a new session has been created, should be closed or that a packet was failed to be delivered.voidProcesses a route packet that is wrapping a stanza sent by a client that is connected to the connection manager.
-
Constructor Details
-
MultiplexerPacketHandler
-
-
Method Details
-
handle
public void handle(org.xmpp.packet.Packet packet) Process IQ packet sent by a connection manager indicating that a new session has been created, should be closed or that a packet was failed to be delivered.- Parameters:
packet- the IQ packet.
-
route
Processes a route packet that is wrapping a stanza sent by a client that is connected to the connection manager.- Parameters:
route- the route packet.
-