Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module dns :: Class RRHeader |
|
Method Summary | |
---|---|
| |
__repr__(self)
| |
__str__(self)
| |
decode(self,
strio,
length)
| |
encode(self,
strio,
compDict)
|
Instance Variable Summary | |
---|---|
cls
- The query class of the original request. | |
name
- The name about which this reply contains information. | |
payload
- An object that implements the IEncodable interface | |
ttl
- The time-to-live for this record. | |
type
- The query type of the original request. |
Class Variable Summary | |
---|---|
tuple |
__implements__
|
NoneType |
cachedResponse
|
NoneType |
cls
|
str |
fmt
- str specifying the byte format of an RR. |
NoneType |
name
|
NoneType |
payload
|
NoneType |
rdlength
|
NoneType |
ttl
|
NoneType |
type
|
Method Details |
---|
__init__(self,
name='',
type=1,
cls=1,
ttl=0,
payload=None)
|
Instance Variable Details |
---|
clsThe query class of the original request. |
nameThe name about which this reply contains information. |
payloadAn object that implements the IEncodable interface |
ttlThe time-to-live for this record. |
typeThe query type of the original request. |
Class Variable Details |
---|
__implements__
|
cachedResponse
|
cls
|
fmtstr specifying the byte format of an RR.
|
name
|
payload
|
rdlength
|
ttl
|
type
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:23 2003 | http://epydoc.sf.net |