Connection Manager 3.4.4 Javadoc

org.jivesoftware.multiplexer.spi
Class ServerRouter

java.lang.Object
  extended by org.jivesoftware.multiplexer.spi.ServerRouter
All Implemented Interfaces:
PacketRouter

public class ServerRouter
extends java.lang.Object
implements PacketRouter

Packet router that will route all traffic to the server.

Author:
Gaston Dombiak

Constructor Summary
ServerRouter()
           
 
Method Summary
 void route(java.lang.String stanza, java.lang.String streamID)
          Routes the given packet based on its type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServerRouter

public ServerRouter()
Method Detail

route

public void route(java.lang.String stanza,
                  java.lang.String streamID)
Description copied from interface: PacketRouter
Routes the given packet based on its type.

Specified by:
route in interface PacketRouter
Parameters:
stanza - The stanza to route.
streamID - The ID of the client's stream.

Connection Manager 3.4.4 Javadoc

Copyright © 2003-2006 Jive Software.