com.limegroup.gnutella.filters
Class GUIDFilter

java.lang.Object
  extended bycom.limegroup.gnutella.filters.SpamFilter
      extended bycom.limegroup.gnutella.filters.GUIDFilter

public class GUIDFilter
extends SpamFilter

Blocks GUIDs from runaway Qtrax queries.


Constructor Summary
GUIDFilter()
           
 
Method Summary
 boolean allow(Message m)
          Disallows m if it has the bad GUID.
 
Methods inherited from class com.limegroup.gnutella.filters.SpamFilter
newPersonalFilter, newRouteFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIDFilter

public GUIDFilter()
Method Detail

allow

public boolean allow(Message m)
Disallows m if it has the bad GUID.

Specified by:
allow in class SpamFilter