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 247 of file publication.py.
def rpki.publication.msg.serve_top_level | ( | self, | ||
gctx, | ||||
client | ||||
) |
rpki::publication.msg::pdus [static] |
Initial value:
dict((x.element_name, x) for x in (config_elt, client_elt, certificate_elt, crl_elt, manifest_elt, roa_elt, report_error_elt))
Reimplemented in irbe-cli.publication_msg.
Definition at line 256 of file publication.py.
rpki::publication.msg::version = 1 [static] |
Protocol version.
Reimplemented from rpki.xml_utils.msg.
Definition at line 252 of file publication.py.