Uses of Interface
com.realtime.xmpp.dom.DomPacketListener

Packages that use DomPacketListener
com.realtime.xmpp.dom   
com.realtime.xmpp.examples   
 

Uses of DomPacketListener in com.realtime.xmpp.dom
 

Classes in com.realtime.xmpp.dom that implement DomPacketListener
 class DomPacketFilter
          A filter to subclass for use with the DomTimedPacketReceiver.
 class DomPacketLogger
          Logs XMPP packets to an output stream.
 class DomPacketRouter
          Interprets incoming packets and issues callbacks for particular packet types.
 class DomPacketSender
          Helper class to send a packet and then wait for a response from the server.
protected  class DomXmppTool.RosterUpdater
          Callback object to update rosters.
 

Fields in com.realtime.xmpp.dom declared as DomPacketListener
protected  DomPacketListener DomTimedPacketReceiver.m_listener
          Process incoming packets.
 

Methods in com.realtime.xmpp.dom with parameters of type DomPacketListener
 void Xmpp2DomTransformer.addListener(DomPacketListener listener)
          Add a packet listener to the builder.
 void Xmpp2DomTransformer.addListener(DomPacketListener listener, int pos)
          Add a packet listener to the builder.
 void Xmpp2DomTransformer.removeListener(DomPacketListener listener)
          Remove a packet listener from the builder.
 

Constructors in com.realtime.xmpp.dom with parameters of type DomPacketListener
DomTimedPacketReceiver(Xmpp2DomTransformer transformer, DomPacketListener listener)
          Construct a packet sender to work with the DOM transformer.
 

Uses of DomPacketListener in com.realtime.xmpp.examples
 

Classes in com.realtime.xmpp.examples that implement DomPacketListener
 class EchoComponent
          This is the standard EchoComponent to demonstrate communications with the Jabber server.
 class GatewayPacketRouter
          Handle incoming packets.
 



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