public class SPFResult extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
explanation |
protected static String |
HEADER_NAME |
protected String |
headerTextAsString |
protected String |
result |
Modifier | Constructor and Description |
---|---|
protected |
SPFResult() |
|
SPFResult(SPFSession spfSession)
Construct SPFResult
|
Modifier and Type | Method and Description |
---|---|
String |
getExplanation()
Get the explanation string
If no explanation exists return the empty string
|
String |
getHeader()
Get the full SPF-Header (headername and headertext)
|
String |
getHeaderName()
Get the SPF-Headername
|
String |
getHeaderText()
Get SPF-Headertext
|
String |
getResult()
Get the result string
|
protected void |
setSPFSession(SPFSession spfSession)
Initialize the result.
|
protected String headerTextAsString
protected static final String HEADER_NAME
protected String result
protected String explanation
protected SPFResult()
public SPFResult(SPFSession spfSession)
spfSession
- the SPFSessionprotected void setSPFSession(SPFSession spfSession)
spfSession
- public String getHeader()
public String getHeaderName()
public String getHeaderText()
public String getExplanation()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.