Package tigase.xmpp
Interface XMPPPacketFilterIfc
-
- All Superinterfaces:
java.lang.Comparable<XMPPImplIfc>,XMPPImplIfc
- All Known Subinterfaces:
ClientStateIndication.Logic
- All Known Implementing Classes:
ClientStateIndication,DomainFilter,ErrorCounter,JabberIqPrivacy,Message,MessageAmp,MessageCarbons,MobileV1,MobileV2,MobileV3
public interface XMPPPacketFilterIfc extends XMPPImplIfc
Created: Dec 30, 2008 12:53:16 PM- Author:
- Artur Hefczyc
-
-
Field Summary
-
Fields inherited from interface tigase.xmpp.XMPPImplIfc
CLIENT_XMLNS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfilter(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)-
Methods inherited from interface tigase.xmpp.XMPPImplIfc
canHandle, concurrentQueuesNo, getComponentInfo, getStatistics, id, init, supDiscoFeatures, supElementNamePaths, supNamespaces, supStreamFeatures, supTypes
-
-
-
-
Method Detail
-
filter
void filter(Packet packet, XMPPResourceConnection session, NonAuthUserRepository repo, java.util.Queue<Packet> results)
-
-