RPKI Engine  1.0
Public Member Functions | Static Public Attributes
rpki::rootd::message_pdu Class Reference
Inheritance diagram for rpki::rootd::message_pdu:
Inheritance graph
Collaboration diagram for rpki::rootd::message_pdu:
Collaboration graph

List of all members.

Public Member Functions

def log_query

Static Public Attributes

dictionary name2type
tuple type2name = dict((v, k) for k, v in name2type.items())

Detailed Description

Definition at line 71 of file rpki/rootd.py.


Member Function Documentation

def rpki::rootd::message_pdu::log_query (   self,
  child 
)
Log query we're handling.

Reimplemented from rpki::up_down::message_pdu.

Definition at line 84 of file rpki/rootd.py.

References rpki::xml_utils::msg::type, and rpki::up_down::message_pdu::type.

Referenced by rpki::up_down::message_pdu::serve_top_level().

Here is the caller graph for this function:


Member Data Documentation

Initial value:
{
    "list"            : list_pdu,
    "list_response"   : rpki.up_down.list_response_pdu,
    "issue"           : issue_pdu,
    "issue_response"  : rpki.up_down.issue_response_pdu,
    "revoke"          : revoke_pdu,
    "revoke_response" : rpki.up_down.revoke_response_pdu,
    "error_response"  : rpki.up_down.error_response_pdu }

Reimplemented from rpki::up_down::message_pdu.

Definition at line 73 of file rpki/rootd.py.

tuple rpki::rootd::message_pdu::type2name = dict((v, k) for k, v in name2type.items()) [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties