tigase.xmpp.impl
Class SimpleForwarder
java.lang.Object
tigase.xmpp.XMPPProcessor
tigase.xmpp.impl.SimpleForwarder
- All Implemented Interfaces:
- Comparable<XMPPImplIfc>, XMPPImplIfc, XMPPProcessorIfc
- Direct Known Subclasses:
- IBB, JabberIqOOB, JabberIqSi, JabberIqSocks5Bytestreams
public abstract class SimpleForwarder
- extends XMPPProcessor
- implements XMPPProcessorIfc
Describe class SimpleForwarder here.
Created: Sat Jan 13 16:58:41 2007
- Version:
- $Rev: 2996 $
- Author:
- Artur Hefczyc
| Methods inherited from class tigase.xmpp.XMPPProcessor |
compareTo, concurrentQueuesNo, concurrentThreadsPerQueue, getInstance, getStatistics, init, isSupporting, supDiscoFeatures, supElements, supNamespaces, supStreamFeatures |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleForwarder
public SimpleForwarder()
process
public void process(Packet packet,
XMPPResourceConnection session,
NonAuthUserRepository repo,
Queue<Packet> results,
Map<String,Object> settings)
throws XMPPException
- Describe
process method here.
- Specified by:
process in interface XMPPProcessorIfc
- Parameters:
packet - a Packet valuesession - a XMPPResourceConnection valuerepo - a NonAuthUserRepository valueresults - a Queue valuesettings -
- Throws:
XMPPException
Copyright © 2012 Tigase. All Rights Reserved.