Uses of Class
org.apache.james.jspf.core.exceptions.NoneException

Packages that use NoneException
org.apache.james.jspf.core   
org.apache.james.jspf.impl   
org.apache.james.jspf.parser   
org.apache.james.jspf.policies   
org.apache.james.jspf.policies.local   
org.apache.james.jspf.terms   
 

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

Methods in org.apache.james.jspf.core that throw NoneException
 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
 void SPFCheckerExceptionCatcher.onException(java.lang.Exception exception, SPFSession session)
          Take some action on the given Exception
 SPF1Record SPFRecordParser.parse(java.lang.String spfRecord)
          This Method parse the given spf record and checks for syntax parse can be called by multiple concurrent threads.
 

Constructors in org.apache.james.jspf.core that throw NoneException
DNSRequest(java.lang.String hostname, int recordType)
           
 

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

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

Uses of NoneException in org.apache.james.jspf.parser
 

Methods in org.apache.james.jspf.parser that throw NoneException
 SPF1Record RFC4408SPF1Parser.parse(java.lang.String spfRecord)
           
 

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

Methods in org.apache.james.jspf.policies that throw NoneException
 DNSLookupContinuation SPFStrictCheckerRetriever.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation SPFRetriever.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation InitialChecksPolicy.checkSPF(SPFSession spfData)
           
 SPF1Record Policy.getSPFRecord(java.lang.String currentDomain)
          Get a record for the given domain
 SPF1Record PolicyPostFilter.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
          Filter or replace a record for the given domain
 SPF1Record ParseRecordPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record NoSPFRecordFoundPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record NeutralIfNotMatchPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 

Uses of NoneException in org.apache.james.jspf.policies.local
 

Methods in org.apache.james.jspf.policies.local that throw NoneException
 SPF1Record OverridePolicy.getSPFRecord(java.lang.String currentDomain)
           
 SPF1Record TrustedForwarderPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record FallbackPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record res)
           
 SPF1Record DefaultExplanationPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record spfRecord)
           
 SPF1Record BestGuessPolicy.getSPFRecord(java.lang.String currentDomain, SPF1Record record)
           
 

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

Methods in org.apache.james.jspf.terms that throw NoneException
 DNSLookupContinuation PTRMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation MXMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation IncludeMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation GenericModifier.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation ExistsMechanism.checkSPF(SPFSession spfData)
           
 DNSLookupContinuation Directive.checkSPF(SPFSession spfSession)
          Run the Directive
 DNSLookupContinuation AMechanism.checkSPF(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 abstract  DNSLookupContinuation GenericModifier.checkSPFLogged(SPFSession spfData)
           
protected  DNSLookupContinuation ExpModifier.checkSPFLogged(SPFSession spfData)
          Generate the explanation and set it in SPF1Data so it can be accessed easy later if needed
 DNSLookupContinuation PTRMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation MXMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 DNSLookupContinuation ExpModifier.onDNSResponse(DNSResponse lookup, SPFSession spfData)
           
 DNSLookupContinuation AMechanism.onDNSResponse(DNSResponse response, SPFSession spfSession)
           
 



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