tigase.xmpp
Interface XMPPPreprocessorIfc

All Superinterfaces:
Comparable<XMPPImplIfc>, XMPPImplIfc
All Known Implementing Classes:
DomainFilter, JabberIqIq, JabberIqPrivacy

public interface XMPPPreprocessorIfc
extends XMPPImplIfc

Describe interface XMPPPreprocessorIfc here. Created: Sat Oct 14 16:16:50 2006

Version:
$Rev: 2996 $
Author:
Artur Hefczyc

Field Summary
 
Fields inherited from interface tigase.xmpp.XMPPImplIfc
CLIENT_XMLNS
 
Method Summary
 boolean preProcess(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results, Map<String,Object> settings)
           
 
Methods inherited from interface tigase.xmpp.XMPPImplIfc
concurrentQueuesNo, concurrentThreadsPerQueue, getStatistics, id, init, isSupporting, supDiscoFeatures, supElements, supNamespaces, supStreamFeatures
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

preProcess

boolean preProcess(Packet packet,
                   XMPPResourceConnection session,
                   NonAuthUserRepository repo,
                   Queue<Packet> results,
                   Map<String,Object> settings)


Copyright © 2012 Tigase. All Rights Reserved.