Uses of Class
org.apache.james.jspf.core.DNSLookupContinuation
Packages that use DNSLookupContinuation
Package
Description
-
Uses of DNSLookupContinuation in org.apache.james.jspf.core
Methods in org.apache.james.jspf.core that return DNSLookupContinuationModifier 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 DNSResponse -
Uses of DNSLookupContinuation in org.apache.james.jspf.impl
Methods in org.apache.james.jspf.impl that return DNSLookupContinuation -
Uses of DNSLookupContinuation in org.apache.james.jspf.policies
Methods in org.apache.james.jspf.policies that return DNSLookupContinuationModifier and TypeMethodDescriptionInitialChecksPolicy.checkSPF
(SPFSession spfData) SPFRetriever.checkSPF
(SPFSession spfData) SPFStrictCheckerRetriever.checkSPF
(SPFSession spfData) -
Uses of DNSLookupContinuation in org.apache.james.jspf.terms
Methods in org.apache.james.jspf.terms that return DNSLookupContinuationModifier and TypeMethodDescriptionAllMechanism.checkSPF
(SPFSession spfData) AMechanism.checkSPF
(SPFSession spfData) Directive.checkSPF
(SPFSession spfSession) Run the DirectiveExistsMechanism.checkSPF
(SPFSession spfData) GenericModifier.checkSPF
(SPFSession spfData) IncludeMechanism.checkSPF
(SPFSession spfData) IP4Mechanism.checkSPF
(SPFSession spfData) MXMechanism.checkSPF
(SPFSession spfData) PTRMechanism.checkSPF
(SPFSession spfData) UnknownModifier.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) ExistsMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession) ExpModifier.onDNSResponse
(DNSResponse lookup, SPFSession spfData) MXMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession) PTRMechanism.onDNSResponse
(DNSResponse response, SPFSession spfSession)