com.limegroup.gnutella.filters
Class AllowFilter
java.lang.Object
com.limegroup.gnutella.filters.AllowFilter
- All Implemented Interfaces:
- SpamFilter
public class AllowFilter
- extends Object
- implements SpamFilter
A filter that allows anything. Use when you don't want to filter
traffic.
|
Method Summary |
boolean |
allow(Message m)
Returns true iff this is considered spam and should not be processed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AllowFilter
public AllowFilter()
allow
public boolean allow(Message m)
- Description copied from interface:
SpamFilter
- Returns true iff this is considered spam and should not be processed.
- Specified by:
allow in interface SpamFilter
Copyright © 2009. All Rights Reserved.