Uses of Class
de.malowa.greylister.dnswl.ExternalWhitelist

Packages that use ExternalWhitelist
de.malowa.greylister   
de.malowa.greylister.dnswl   
 

Uses of ExternalWhitelist in de.malowa.greylister
 

Methods in de.malowa.greylister that return ExternalWhitelist
 ExternalWhitelist Constants.getGlobalWhitelist()
          Returns the current whitelist implementation
 

Uses of ExternalWhitelist in de.malowa.greylister.dnswl
 

Subclasses of ExternalWhitelist in de.malowa.greylister.dnswl
 class DNSWhitelist
          The concrete implementation of the ExternalWhitlist uses the DNS based whitelist from DNSWL.ORG.
 class NoWhitelist
          This concrete implementation of a whitelist always returns false.