Home | Trees | Index | Help |
|
---|
Package dns :: Module query |
|
Exceptions | |
---|---|
BadResponse |
Raised if a query response does not respond to the question asked. |
UnexpectedSource |
Raised if a query response comes from an unexpected address or port. |
Function Summary | |
---|---|
dns.message.Message object |
Return the response obtained after sending a query via TCP. |
dns.message.Message object |
Return the response obtained after sending a query via UDP. |
generator of dns.message.Message objects. |
Return a generator for the responses to a zone transfer. |
Variable Summary | |
---|---|
_Feature |
generators
|
Function Details |
---|
tcp(q, where, timeout=None, port=53, af=2)Return the response obtained after sending a query via TCP.
|
udp(q, where, timeout=None, port=53, af=2)Return the response obtained after sending a query via UDP.
|
xfr(where, zone, rdtype=252, rdclass=1, timeout=None, port=53, keyring=None, keyname=None, relativize=1, af=2)Return a generator for the responses to a zone transfer.
|
Variable Details |
---|
generators
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 1.1 on Wed Jul 30 23:38:01 2003 | http://epydoc.sf.net |