public class MultiplexerPacketHandler extends Object
This class will interact with ConnectionMultiplexerManager to create, close or
get client sessions.
| Constructor and Description |
|---|
MultiplexerPacketHandler(String connectionManagerDomain) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
void |
route(Route route)
Processes a route packet that is wrapping a stanza sent by a client that is connected
to the connection manager.
|
public MultiplexerPacketHandler(String connectionManagerDomain)
public void handle(org.xmpp.packet.Packet packet)
packet - the IQ packet.public void route(Route route)
route - the route packet.Copyright © 2003–2020 Ignite Realtime. All rights reserved.