Class SPFData
-
public class SPFData extends com.google.common.collect.ForwardingMap<String,Object>
Corresponds to the binary representation of theSPF(Sender Policy Framework) RDataExample
import static denominator.model.rdata.SPFData.spf; ... SPFData rdata = spf("v=spf1 +mx a:colo.example.com/28 -all");- See Also:
- RFC 4408
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SPFDatacreate(String txtdata)protected Map<String,Object>delegate()StringgetTxtdata()One or more character-strings.-
Methods inherited from class com.google.common.collect.ForwardingMap
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, standardClear, standardContainsKey, standardContainsValue, standardEquals, standardHashCode, standardIsEmpty, standardPutAll, standardRemove, standardToString, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-