com.realtime.xmpp.examples
Class GatewayPacketRouter

java.lang.Object
  |
  +--com.realtime.xmpp.dom.DomPacketRouter
        |
        +--com.realtime.xmpp.examples.GatewayPacketRouter
All Implemented Interfaces:
DomPacketListener

public class GatewayPacketRouter
extends DomPacketRouter

Handle incoming packets.

Version:
1.0 Copyright © 2002 Real Time Entertainment Group, LLC - All rights reserved.
Author:
Mike Prince

Field Summary
 
Fields inherited from class com.realtime.xmpp.dom.DomPacketRouter
m_component
 
Constructor Summary
GatewayPacketRouter(DomComponent component)
          Basic constructor that provides a handle to the component we serve.
 
Methods inherited from class com.realtime.xmpp.dom.DomPacketRouter
doHandshake, doInfoQuery, doIqRegister, doIqRegisterSet, doIqTime, doIqVersion, doMessage, doPresence, getComponent, getGatewayName, getGatewayOperatingSystem, getGatewayVersion, getPresence, getRegistrationFields, getRegistrationInstructions, incomingPacket, send, sendError, unhandledIncomingPacket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GatewayPacketRouter

public GatewayPacketRouter(DomComponent component)

Basic constructor that provides a handle to the component we serve.

* @param component The component we are handling packets for.



Copyright © 2002,2003 Real Time Entertainment Group, LLC. All Rights Reserved.