com.limegroup.gnutella.filters
Class SpamReplyFilter

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

public class SpamReplyFilter
extends SpamFilter

Filter for replies that are abusing the network.


Constructor Summary
SpamReplyFilter()
           
 
Method Summary
 boolean allow(Message m)
          Returns true iff this is considered spam and should not be processed.
 
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

SpamReplyFilter

public SpamReplyFilter()
Method Detail

allow

public boolean allow(Message m)
Description copied from class: SpamFilter
Returns true iff this is considered spam and should not be processed.

Specified by:
allow in class SpamFilter