Uses of Class
org.apache.james.jspf.core.DNSLookupContinuation

Packages that use DNSLookupContinuation
org.apache.james.jspf.core   
org.apache.james.jspf.impl   
org.apache.james.jspf.policies   
org.apache.james.jspf.terms   
 

Uses of DNSLookupContinuation in org.apache.james.jspf.core
 

Methods in org.apache.james.jspf.core that return DNSLookupContinuation
 DNSLookupContinuation MacroExpand.checkExpand(java.lang.String input, SPFSession session, boolean isExplanation)
           
 DNSLookupContinuation SPFChecker.checkSPF(SPFSession spfData)
          Run check for SPF with the given values.
 DNSLookupContinuation SPFCheckerDNSResponseListener.onDNSResponse(DNSResponse response, SPFSession session)
          Continue the check for SPF with the given values and the given DNSResponse
 

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

Methods in org.apache.james.jspf.impl that return DNSLookupContinuation
 DNSLookupContinuation SPF.checkSPF(SPFSession spfData)
           
 

Uses of DNSLookupContinuation in org.apache.james.jspf.policies
 

Methods in org.apache.james.jspf.policies that return DNSLookupContinuation
 DNSLookupContinuation InitialChecksPolicy.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation SPFRetriever.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation SPFStrictCheckerRetriever.checkSPF(SPFSession spfData)
           
 

Uses of DNSLookupContinuation in org.apache.james.jspf.terms
 

Methods in org.apache.james.jspf.terms that return DNSLookupContinuation
 DNSLookupContinuation AllMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation GenericModifier.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation IncludeMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation UnknownModifier.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation Directive.checkSPF(SPFSession spfSession)
          Run the Directive
 DNSLookupContinuation ExistsMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation AMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation MXMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation PTRMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation IP4Mechanism.checkSPF(SPFSession spfData)
           
protected abstract  DNSLookupContinuation GenericModifier.checkSPFLogged(SPFSession spfData)
           
protected  DNSLookupContinuation RedirectModifier.checkSPFLogged(SPFSession spfData)
          Set the host which should be used for redirection and set it in SPF1Data so it can be accessed easy later if needed
protected  DNSLookupContinuation ExpModifier.checkSPFLogged(SPFSession spfData)
          Generate the explanation and set it in SPF1Data so it can be accessed easy later if needed
 DNSLookupContinuation ExpModifier.onDNSResponse(DNSResponse lookup, SPFSession spfData)
           
 DNSLookupContinuation ExistsMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation AMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation MXMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation PTRMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 



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