Class TXTData

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

    public class TXTData
    extends com.google.common.collect.ForwardingMap<String,​Object>
    Corresponds to the binary representation of the TXT (Text) RData

    Example

     import static org.jclouds.dynect.v3.domain.rdata.NSData.txt;
     ...
     NSData rdata = txt("=spf1 ip4:1.1.1.1/24 ip4:2.2.2.2/24 -all");
     
    See Also:
    RFC 1035