public interface SPFCheckerDNSResponseListener
Modifier and Type | Method and Description |
---|---|
DNSLookupContinuation |
onDNSResponse(DNSResponse response,
SPFSession session)
Continue the check for SPF with the given values and the given DNSResponse
|
DNSLookupContinuation onDNSResponse(DNSResponse response, SPFSession session) throws PermErrorException, NoneException, TempErrorException, NeutralException
response
- The DNSResponse which should be used to run the checksession
- The SPFSession which should be used to run the checkPermErrorException
- Get thrown if an error was detectedNoneException
- Get thrown if no Record was foundTempErrorException
- Get thrown if a DNS problem was detectedNeutralException
- Get thrown if the result should be neutralCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.