tigase.xmpp
Interface XMPPPacketFilterIfc

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

public interface XMPPPacketFilterIfc
extends XMPPImplIfc

Created: Dec 30, 2008 12:53:16 PM

Version:
$Rev$
Author:
Artur Hefczyc

Field Summary
 
Fields inherited from interface tigase.xmpp.XMPPImplIfc
CLIENT_XMLNS
 
Method Summary
 void filter(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, Queue<Packet> results)
           
 
Methods inherited from interface tigase.xmpp.XMPPImplIfc
canHandle, concurrentQueuesNo, concurrentThreadsPerQueue, getStatistics, id, init, isSupporting, supDiscoFeatures, supElementNamePaths, supElements, supNamespaces, supStreamFeatures, supTypes
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

filter

void filter(Packet packet,
            XMPPResourceConnection session,
            NonAuthUserRepository repo,
            Queue<Packet> results)


Copyright © 2013 Tigase. All rights reserved.