Home | Trees | Index | Help |
---|
Package twisted :: Package protocols :: Module dns |
|
DNS protocol implementation.
API Stability: Unstable
Future Plans:Author: Moshe Zadka<mailto:moshez@twistedmatrix.com>, 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 |
|
DomainError |
Function Summary | |
---|---|
readPrecisely(file,
l)
| |
str2time(s)
|
Variable Summary | |
---|---|
int |
A
|
int |
A6
|
int |
AAAA
|
int |
AFSDB
|
int |
ALL_RECORDS
|
int |
ANY
|
int |
AXFR
|
int |
CH
|
int |
CNAME
|
int |
CS
|
int |
DNAME
|
int |
EFORMAT
|
int |
ENAME
|
int |
ENOTIMP
|
int |
EREFUSED
|
int |
ESERVER
|
dict |
EXT_QUERIES
|
int |
HINFO
|
int |
HS
|
int |
IN
|
int |
IXFR
|
int |
MAILA
|
int |
MAILB
|
int |
MB
|
int |
MD
|
int |
MF
|
int |
MG
|
int |
MINFO
|
int |
MR
|
int |
MX
|
int |
NS
|
int |
NULL
|
int |
OK
|
int |
OP_INVERSE
|
int |
OP_NOTIFY
|
int |
OP_QUERY
|
int |
OP_STATUS
|
int |
PORT
|
int |
PTR
|
dict |
QUERY_CLASSES
|
dict |
QUERY_TYPES
|
dict |
REV_CLASSES
|
dict |
REV_TYPES
|
int |
RP
|
int |
SOA
|
int |
SRV
|
int |
TXT
|
int |
WKS
|
Variable Details |
---|
A
|
A6
|
AAAA
|
AFSDB
|
ALL_RECORDS
|
ANY
|
AXFR
|
CH
|
CNAME
|
CS
|
DNAME
|
EFORMAT
|
ENAME
|
ENOTIMP
|
EREFUSED
|
ESERVER
|
EXT_QUERIES
|
HINFO
|
HS
|
IN
|
IXFR
|
MAILA
|
MAILB
|
MB
|
MD
|
MF
|
MG
|
MINFO
|
MR
|
MX
|
NS
|
NULL
|
OK
|
OP_INVERSE
|
OP_NOTIFY
|
OP_QUERY
|
OP_STATUS
|
PORT
|
PTR
|
QUERY_CLASSES
|
QUERY_TYPES
|
REV_CLASSES
|
REV_TYPES
|
RP
|
SOA
|
SRV
|
TXT
|
WKS
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:47 2003 | http://epydoc.sf.net |