public interface SPFChecker
| Modifier and Type | Method and Description |
|---|---|
DNSLookupContinuation |
checkSPF(SPFSession spfData)
Run check for SPF with the given values.
|
DNSLookupContinuation checkSPF(SPFSession spfData) throws PermErrorException, TempErrorException, NeutralException, NoneException
spfData - The SPF1Data 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 neutralNoneExceptionCopyright © 2006–2016 The Apache Software Foundation. All rights reserved.