Public Member Functions | Public Attributes | Static Public Attributes

pubd.pubd_context Class Reference

Inherits object.

Collaboration diagram for pubd.pubd_context:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def client_handler
def control_handler
def handler_common

Public Attributes

 bpki_ta
 http_server_host
 http_server_port
 irbe_cert
 pubd_cert
 pubd_key
 publication_base
 publication_multimodule
 sql

Static Public Attributes

tuple client_url_regexp = re.compile("/client/([-A-Z0-9_/]+)$", re.I)

Detailed Description

A container for various pubd parameters.

Definition at line 46 of file pubd.py.


Member Function Documentation

def pubd.pubd_context.__init__ (   self,
  cfg 
)

Definition at line 51 of file pubd.py.

def pubd.pubd_context.client_handler (   self,
  query,
  path,
  cb 
)
Process one PDU from a client.

Definition at line 100 of file pubd.py.

def pubd.pubd_context.control_handler (   self,
  query,
  path,
  cb 
)
Process one PDU from the IRBE.

Definition at line 80 of file pubd.py.

def pubd.pubd_context.handler_common (   self,
  query,
  client,
  cb,
  certs,
  crl = None 
)
Common PDU handler code.

Definition at line 67 of file pubd.py.


Member Data Documentation

Definition at line 55 of file pubd.py.

tuple pubd.pubd_context.client_url_regexp = re.compile("/client/([-A-Z0-9_/]+)$", re.I) [static]

Definition at line 98 of file pubd.py.

Definition at line 60 of file pubd.py.

Definition at line 61 of file pubd.py.

Definition at line 56 of file pubd.py.

Definition at line 57 of file pubd.py.

Definition at line 58 of file pubd.py.

Definition at line 63 of file pubd.py.

Definition at line 65 of file pubd.py.

Definition at line 53 of file pubd.py.


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