RPKI Engine
1.0
|
Public Member Functions | |
def | serve_top_level |
Static Public Attributes | |
tuple | pdus |
Dispatch table of PDUs for this protocol. | |
int | version = 1 |
Protocol version. |
Publication PDU.
Definition at line 356 of file publication.py.
def rpki::publication::msg::serve_top_level | ( | self, | |
gctx, | |||
client, | |||
cb | |||
) |
Serve one msg PDU.
Definition at line 370 of file publication.py.
References rpki::xml_utils::msg::is_query().
rpki::publication::msg::pdus [static] |
dict((x.element_name, x) for x in (config_elt, client_elt, certificate_elt, crl_elt, manifest_elt, roa_elt, ghostbuster_elt, report_error_elt))
Dispatch table of PDUs for this protocol.
Reimplemented in irbe_cli::publication_msg.
Definition at line 367 of file publication.py.
rpki::publication::msg::version = 1 [static] |
Protocol version.
Reimplemented from rpki::xml_utils::msg.
Definition at line 363 of file publication.py.
Referenced by rpki::xml_utils::sax_handler::create_top_level(), rpki::http::http_request::format_first_line(), rpki::http::http_response::format_first_line(), and rpki::xml_utils::msg::toXML().