Uses of Class
org.apache.james.jspf.core.exceptions.NeutralException
Packages that use NeutralException
Package
Description
-
Uses of NeutralException in org.apache.james.jspf.core
Methods in org.apache.james.jspf.core that throw NeutralExceptionModifier and TypeMethodDescriptionSPFChecker.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. -
Uses of NeutralException in org.apache.james.jspf.impl
Methods in org.apache.james.jspf.impl that throw NeutralException -
Uses of NeutralException in org.apache.james.jspf.parser
Methods in org.apache.james.jspf.parser that throw NeutralException -
Uses of NeutralException in org.apache.james.jspf.policies
Methods in org.apache.james.jspf.policies that throw NeutralExceptionModifier 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 NeutralException in org.apache.james.jspf.policies.local
Methods in org.apache.james.jspf.policies.local that throw NeutralExceptionModifier 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 NeutralException in org.apache.james.jspf.terms
Methods in org.apache.james.jspf.terms that throw NeutralExceptionModifier 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)