Uses of Class
org.apache.james.jspf.executor.SPFResult

Packages that use SPFResult
org.apache.james.jspf.executor   
org.apache.james.jspf.impl   
 

Uses of SPFResult in org.apache.james.jspf.executor
 

Subclasses of SPFResult in org.apache.james.jspf.executor
 class FutureSPFResult
          A Blocking version of SPFResult which block until the SPFResult is fully set
 

Uses of SPFResult in org.apache.james.jspf.impl
 

Methods in org.apache.james.jspf.impl that return SPFResult
 SPFResult SPF.checkSPF(java.lang.String ipAddress, java.lang.String mailFrom, java.lang.String hostName)
          Run check for SPF with the given values.
 



Copyright © 2006-2009 The Apache Software Foundation. All Rights Reserved.