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

List of all members.

Public Member Functions

def __call__
def __init__

Public Attributes

 client_cert
 client_key
 proto
 server_cert
 server_ta
 url

Static Public Attributes

 debug = False

Detailed Description

Handle client-side mechanics for protocols based on HTTP, CMS, and
rpki.xml_utils.  Calling sequence is intended to nest within
rpki.async.sync_wrapper.

Definition at line 1013 of file http.py.


Constructor & Destructor Documentation

def rpki::http::caller::__init__ (   self,
  proto,
  client_key,
  client_cert,
  server_ta,
  server_cert,
  url,
  debug = None 
)

Definition at line 1022 of file http.py.


Member Function Documentation

def rpki::http::caller::__call__ (   self,
  cb,
  eb,
  pdus 
)

Definition at line 1032 of file http.py.

References rpki::http::client(), client_cert, client_key, debug, server_cert, server_ta, and url.

Here is the call graph for this function:


Member Data Documentation

Definition at line 1022 of file http.py.

Referenced by __call__().

Definition at line 1022 of file http.py.

Referenced by __call__().

rpki::http::caller::debug = False [static]

Definition at line 1020 of file http.py.

Referenced by __call__().

Definition at line 1022 of file http.py.

Definition at line 1022 of file http.py.

Referenced by __call__().

Definition at line 1022 of file http.py.

Referenced by __call__().

Definition at line 1022 of file http.py.

Referenced by __call__().


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