LimeWire Consolidated API

com.limegroup.gnutella
Interface SpamServices

All Known Implementing Classes:
SpamServicesImpl

public interface SpamServices


Method Summary
 void adjustSpamFilters()
          Notifies the backend that spam filters settings have changed, and that extra work must be done.
 void blockHost(String host)
           
 boolean isAllowed(InetAddress host)
           
 void reloadIPFilter()
          Reloads the IP Filter data & adjusts spam filters when ready.
 void reloadURNFilter()
          Reloads the URN filter data.
 void unblockHost(String host)
           
 

Method Detail

adjustSpamFilters

void adjustSpamFilters()
Notifies the backend that spam filters settings have changed, and that extra work must be done.


reloadIPFilter

void reloadIPFilter()
Reloads the IP Filter data & adjusts spam filters when ready.


reloadURNFilter

void reloadURNFilter()
Reloads the URN filter data.


blockHost

void blockHost(String host)

isAllowed

boolean isAllowed(InetAddress host)

unblockHost

void unblockHost(String host)

LimeWire Consolidated API

Copyright © 2009. All Rights Reserved.