RPKI Engine
1.0
|
Public Member Functions | |
def | __init__ |
def | done |
def | lose |
Public Attributes | |
cb | |
eb | |
host | |
queries | |
result | |
Static Public Attributes | |
dictionary | typemap |
def rpki::adns::getaddrinfo::__init__ | ( | self, | |
cb, | |||
eb, | |||
host, | |||
address_families = typemap.values() |
|||
) |
def rpki::adns::getaddrinfo::done | ( | self, | |
q, | |||
answer | |||
) |
Definition at line 308 of file adns.py.
References rpki::adns::dispatcher::cb, rpki::adns::query::cb, cb, queries, result, and typemap.
Referenced by lose().
def rpki::adns::getaddrinfo::lose | ( | self, | |
q, | |||
e | |||
) |
Definition at line 316 of file adns.py.
References done(), rpki::adns::dispatcher::eb, rpki::adns::query::eb, eb, and queries.
Definition at line 299 of file adns.py.
Referenced by rpki::async::sync_wrapper::__call__(), and done().
Definition at line 299 of file adns.py.
Referenced by rpki::async::sync_wrapper::__call__(), and lose().
Definition at line 299 of file adns.py.
Referenced by rpki::http::http_client::handle_error(), and rpki::http::http_client::start().
Definition at line 299 of file adns.py.
Referenced by done(), and rpki::xml_utils::sax_handler::saxify().
dictionary rpki::adns::getaddrinfo::typemap [static] |