Class SPFData

  • All Implemented Interfaces:
    Map<String,​Object>

    public class SPFData
    extends com.google.common.collect.ForwardingMap<String,​Object>
    Corresponds to the binary representation of the SPF (Sender Policy Framework) RData

    Example

     import static denominator.model.rdata.SPFData.spf;
     ...
     SPFData rdata = spf("v=spf1 +mx a:colo.example.com/28 -all");
     
    See Also:
    RFC 4408
    • Method Detail

      • getTxtdata

        public String getTxtdata()
        One or more character-strings.
      • delegate

        protected Map<String,​Object> delegate()
        Specified by:
        delegate in class com.google.common.collect.ForwardingMap<String,​Object>