Home | Trees | Index | Help |
|
---|
Package dns :: Module message :: Class _TextReader |
|
object
--+
|
_TextReader
Method Summary | |
---|---|
__init__(self,
text,
message)
| |
a new object with type S, a subtype of T |
|
Read a text format DNS message and build a dns.message.Message object. | |
Process one line from the text format header section. | |
Process one line from the text format question section. | |
Process one line from the text format answer, authority, or additional data sections. |
Instance Variable Summary | |
---|---|
dns.name.Name object | last_name
- The most recently read name when building a message object from text
format. |
dns.message.Message object | message
- The message object being built |
dns.tokenizer.Tokenizer object | tok
- the tokenizer |
bool | updating
- Is the message a dynamic update? |
int | zone_rdclass
- The class of the zone in messages which are DNS dynamic updates. |
Method Details |
---|
__new__(S, ...)
|
read(self)Read a text format DNS message and build a dns.message.Message object. |
_header_line(self, section)Process one line from the text format header section. |
_question_line(self, section)Process one line from the text format question section. |
_rr_line(self, section)Process one line from the text format answer, authority, or additional data sections. |
Instance Variable Details |
---|
last_nameThe most recently read name when building a message object from text format.
|
messageThe message object being built
|
tokthe tokenizer
|
updatingIs the message a dynamic update?
|
zone_rdclassThe class of the zone in messages which are DNS dynamic updates.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Sat Sep 6 01:38:35 2003 | http://epydoc.sf.net |