Public Member Functions | Public Attributes | Static Public Attributes

rpki.http.caller Class Reference

Inherits object.

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 941 of file http.py.


Member Function Documentation

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

Definition at line 960 of file http.py.

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

Definition at line 950 of file http.py.


Member Data Documentation

Definition at line 953 of file http.py.

Definition at line 952 of file http.py.

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

Definition at line 948 of file http.py.

Definition at line 951 of file http.py.

Definition at line 955 of file http.py.

Definition at line 954 of file http.py.

Definition at line 956 of file http.py.


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