Home | Trees | Index | Help |
|
---|
Package twisted :: Package protocols :: Module dns |
|
DNS protocol implementation.
API Stability: Unstable
Future Plans:Author: Moshe Zadka, Jp Calderone<mailto:exarkun@twistedmatrix.com
Classes | |
---|---|
DNSDatagramProtocol |
|
DNSProtocol |
|
IEncodable |
Interface for something which can be encoded to and decoded from a file object. |
Message |
|
Name |
|
Query |
Represent a single DNS query. |
Record_A |
|
Record_A6 |
|
Record_AAAA |
|
Record_AFSDB |
|
Record_CNAME |
|
Record_DNAME |
|
Record_HINFO |
|
Record_MB |
|
Record_MD |
|
Record_MF |
|
Record_MG |
|
Record_MINFO |
|
Record_MR |
|
Record_MX |
|
Record_NS |
|
Record_NULL |
|
Record_PTR |
|
Record_RP |
|
Record_SOA |
|
Record_SRV |
|
Record_TXT |
|
Record_WKS |
|
RRHeader |
A resource record header. |
SimpleRecord |
A Resource Record which consists of a single RFC 1035 domain-name. |
Exceptions | |
---|---|
AuthoritativeDomainError |
|
DNSQueryTimeoutError |
|
DomainError |
Function Summary | |
---|---|
randomSource(r)
| |
readPrecisely(file,
l)
| |
str2time(s)
|
Variable Summary | |
---|---|
int |
AF_INET6 = 10 |
int |
EFORMAT = 1 |
int |
ENAME = 3 |
int |
ENOTIMP = 4 |
int |
EREFUSED = 5 |
int |
ESERVER = 2 |
dict |
EXT_QUERIES = {251: 'IXFR', 252: 'AXFR', 253: 'MAILB', 2...
|
int |
OK = 0 |
int |
OP_INVERSE = 1 |
int |
OP_NOTIFY = 3 |
int |
OP_QUERY = 0 |
int |
OP_STATUS = 2 |
int |
PORT = 53 |
dict |
QUERY_CLASSES = {1: 'IN', 2: 'CS', 3: 'CH', 4: 'HS', 255...
|
dict |
QUERY_TYPES = {1: 'A', 2: 'NS', 3: 'MD', 4: 'MF', 5: 'CN...
|
dict |
REV_CLASSES = {'CS': 2, 'HS': 4, 'CH': 3, 'ANY': 255, 'I...
|
dict |
REV_TYPES = {'A': 1, 'MAILA': 254, 'IXFR': 251, 'DNAME':...
|
Variable Details |
---|
AF_INET6
|
EFORMAT
|
ENAME
|
ENOTIMP
|
EREFUSED
|
ESERVER
|
EXT_QUERIES
|
OK
|
OP_INVERSE
|
OP_NOTIFY
|
OP_QUERY
|
OP_STATUS
|
PORT
|
QUERY_CLASSES
|
QUERY_TYPES
|
REV_CLASSES
|
REV_TYPES
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:50 2003 | http://epydoc.sf.net |