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. |
Left-right PDU.
Definition at line 1307 of file left_right.py.
def rpki::left_right::msg::serve_top_level | ( | self, | |
gctx, | |||
cb | |||
) |
Serve one msg PDU.
Definition at line 1325 of file left_right.py.
rpki::left_right::msg::pdus [static] |
dict((x.element_name, x) for x in (self_elt, child_elt, parent_elt, bsc_elt, repository_elt, list_resources_elt, list_roa_requests_elt, list_ghostbuster_requests_elt, list_published_objects_elt, list_received_resources_elt, report_error_elt))
Dispatch table of PDUs for this protocol.
Reimplemented in irbe_cli::left_right_msg.
Definition at line 1318 of file left_right.py.
rpki::left_right::msg::version = 1 [static] |
Protocol version.
Reimplemented from rpki::xml_utils::msg.
Definition at line 1314 of file left_right.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().