Wildfire 3.2.4 Javadoc

org.jivesoftware.wildfire.multiplex
Class MultiplexerPacketHandler

java.lang.Object
  extended by org.jivesoftware.wildfire.multiplex.MultiplexerPacketHandler

public class MultiplexerPacketHandler
extends Object

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
MultiplexerPacketHandler(String connectionManagerDomain)
           
 
Method Summary
 void handle(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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplexerPacketHandler

public MultiplexerPacketHandler(String connectionManagerDomain)
Method Detail

handle

public void handle(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

public void route(Route 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.

Wildfire 3.2.4 Javadoc

Copyright © 2003-2007 Jive Software.