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)
| |
isAuthoritative(self)
|
Instance Variable Summary | |
---|---|
auth : Whether this header is authoritative or not. | |
NoneType |
cls : The query class of the original request. |
NoneType |
name : The name about which this reply contains information. |
NoneType |
payload : An object that implements the IEncodable interface |
NoneType |
ttl : The time-to-live for this record. |
NoneType |
type : The query type of the original request. |
Class Variable Summary | |
---|---|
tuple |
__implements__ = (<class twisted.protocols.dns.IEncodabl...
|
NoneType |
cachedResponse = None |
str |
fmt : str specifying the byte format of an RR. |
NoneType |
rdlength = None |
Method Details |
---|
__init__(self,
name='',
type=1,
cls=1,
ttl=0,
payload=None,
auth=0)
|
Instance Variable Details |
---|
authWhether this header is authoritative or not. |
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
|
fmtstr specifying the byte format of an RR.
|
rdlength
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:21:15 2003 | http://epydoc.sf.net |