t.n.d.UnknownRecord(tputil.FancyEqMixin, tputil.FancyStrMixin, object) : class documentation

Part of twisted.names.dns View Source View In Hierarchy

Implements interfaces: twisted.names.dns.IEncodable, twisted.names.dns.IRecord

Encapsulate the wire data for unkown record types so that they can pass through the system unchanged.
Instance VariablesdataWire data which makes up this record. (type: str )
ttlThe maximum number of seconds which this record should be cached. (type: int )
Present Since11.1
Method __init__ Undocumented
Method encode Write the raw bytes corresponding to this record's payload to the stream.
Method decode Load the bytes which are part of this record from the stream and store them unparsed and unmodified.
Method __hash__ Undocumented

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented

Inherited from FancyStrMixin:

Method __str__ Undocumented
def __init__(self, data='', ttl=None): (source)
Undocumented
def encode(self, strio, compDict=None): (source)
Write the raw bytes corresponding to this record's payload to the stream.
def decode(self, strio, length=None): (source)
Load the bytes which are part of this record from the stream and store them unparsed and unmodified.
def __hash__(self): (source)
Undocumented
API Documentation for Twisted, generated by pydoctor at 2012-02-14 18:17:43.