| Home | Trees | Indices | Help |
|
|---|
|
|
DNS rdata.
|
|||
|
Rdata Base class for all DNS rdata types. |
|||
|
GenericRdata Generate Rdata Class |
|||
|
|||
| string |
|
||
| string |
|
||
| string |
|
||
| string |
|
||
|
|||
| dns.rdata.Rdata instance |
|
||
| dns.rdata.Rdata instance |
|
||
|
|||
_hex_chunksize = 32
|
|||
_base64_chunksize = 32
|
|||
__escaped =
|
|||
| dict |
_rdata_modules = A dictionary mapping a (rdclass, rdtype) tuple to the module which implements that type. |
||
| string |
_module_prefix = The prefix to use when forming modules names. |
||
__package__ =
|
|||
| int |
_hex_chunk At most this many octets that will be represented in each chunk of hexstring that _hexify() produces before whitespace occurs. |
||
|
|||
Convert a binary string into its hex encoding, broken up into chunks of chunksize characters separated by a space.
|
Convert a binary string into its base64 encoding, broken up into chunks of chunksize characters separated by a space.
|
Escape the characters in a quoted string which need it.
|
Determine the index of greatest byte that isn't all zeros, and return the bitmap that contains all the bytes less than that index.
|
Build an rdata object from text format. This function attempts to dynamically load a class which implements the specified rdata class and type. If there is no class-and-type-specific implementation, the GenericRdata class is used. Once a class is chosen, its from_text() class method is called with the parameters to this function. If tok is a string, then a tokenizer is created and the string is used as its input.
|
Build an rdata object from wire format This function attempts to dynamically load a class which implements the specified rdata class and type. If there is no class-and-type-specific implementation, the GenericRdata class is used. Once a class is chosen, its from_wire() class method is called with the parameters to this function.
|
|
|||
_module_prefixThe prefix to use when forming modules names. The default is 'dns.rdtypes'. Changing this value will break the library.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri May 27 09:13:38 2016 | http://epydoc.sourceforge.net |