Uses of Class
org.apache.james.jspf.core.exceptions.NoneException
Packages that use NoneException
Package
Description
-
Uses of NoneException in org.apache.james.jspf.core
Methods in org.apache.james.jspf.core that throw NoneExceptionModifier and TypeMethodDescriptionMacroExpand.checkExpand
(String input, SPFSession session, boolean isExplanation) SPFChecker.checkSPF
(SPFSession spfData) Run check for SPF with the given values.SPFCheckerDNSResponseListener.onDNSResponse
(DNSResponse response, SPFSession session) Continue the check for SPF with the given values and the given DNSResponsevoid
SPFCheckerExceptionCatcher.onException
(Exception exception, SPFSession session) Take some action on the given ExceptionThis 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 -
Uses of NoneException in org.apache.james.jspf.impl
Methods in org.apache.james.jspf.impl that throw NoneException -
Uses of NoneException in org.apache.james.jspf.parser
Methods in org.apache.james.jspf.parser that throw NoneException -
Uses of NoneException in org.apache.james.jspf.policies
Methods in org.apache.james.jspf.policies that throw NoneExceptionModifier and TypeMethodDescriptionInitialChecksPolicy.checkSPF
(SPFSession spfData) SPFRetriever.checkSPF
(SPFSession spfData) SPFStrictCheckerRetriever.checkSPF
(SPFSession spfData) NeutralIfNotMatchPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) NoSPFRecordFoundPolicy.getSPFRecord
(String currentDomain, SPF1Record res) ParseRecordPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) Policy.getSPFRecord
(String currentDomain) Get a record for the given domainPolicyPostFilter.getSPFRecord
(String currentDomain, SPF1Record record) Filter or replace a record for the given domain -
Uses of NoneException in org.apache.james.jspf.policies.local
Methods in org.apache.james.jspf.policies.local that throw NoneExceptionModifier and TypeMethodDescriptionBestGuessPolicy.getSPFRecord
(String currentDomain, SPF1Record record) DefaultExplanationPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) FallbackPolicy.getSPFRecord
(String currentDomain, SPF1Record res) OverridePolicy.getSPFRecord
(String currentDomain) TrustedForwarderPolicy.getSPFRecord
(String currentDomain, SPF1Record spfRecord) -
Uses of NoneException in org.apache.james.jspf.terms
Methods in org.apache.james.jspf.terms that throw NoneExceptionModifier and TypeMethodDescriptionAMechanism.checkSPF
(SPFSession spfData) Directive.checkSPF
(SPFSession spfSession) Run the DirectiveExistsMechanism.checkSPF
(SPFSession spfData) GenericModifier.checkSPF
(SPFSession spfData) IncludeMechanism.checkSPF
(SPFSession spfData) MXMechanism.checkSPF
(SPFSession spfData) PTRMechanism.checkSPF
(SPFSession spfData) protected DNSLookupContinuation
ExpModifier.checkSPFLogged
(SPFSession spfData) Generate the explanation and set it in SPF1Data so it can be accessed easy later if neededprotected 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 neededAMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession) ExpModifier.onDNSResponse
(DNSResponse lookup, SPFSession spfData) MXMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession) PTRMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession)