Go to the latest version of this document.
Part of twisted.names.dns
View Source
View In Hierarchy
A resource record header.
Class Variable |
fmt |
str specifying the byte format of an RR. |
Instance Variable |
name |
The name about which this reply contains information. |
Instance Variable |
type |
The query type of the original request. |
Instance Variable |
cls |
The query class of the original request. |
Instance Variable |
ttl |
The time-to-live for this record. |
Instance Variable |
payload |
An object that implements the IEncodable interface |
Instance Variable |
auth |
A bool indicating whether this RRHeader was
parsed from an authoritative message. |
Method |
__init__ |
|
Method |
encode |
Undocumented |
Method |
decode |
Undocumented |
Method |
isAuthoritative |
Undocumented |
Method |
__str__ |
Undocumented |
Inherited from FancyEqMixin:
str
specifying the byte format of an RR.
The name about which this reply contains information.
The query type of the original request.
The query class of the original request.
The time-to-live for this record.
An object that implements the IEncodable interface
A bool
indicating whether this RRHeader
was
parsed from an authoritative message.
Parameters | name | The name about which this reply contains information. (type: bytes ) |
| type | The query type. (type: int ) |
| cls | The query class. (type: int ) |
| ttl | Time to live for this record. (type: int ) |
| payload | A Query Type specific data object. (type: An object implementing IEncodable ) |
Raises | ValueError | if the ttl is negative. |
API Documentation for Twisted, generated by pydoctor at 2014-05-12 18:27:00.