rpki.https.http_listener Class Reference

Inherits asyncore::dispatcher.

Collaboration diagram for rpki.https.http_listener:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def handle_accept
def handle_error

Public Attributes

 cert
 dynamic_ta
 handlers
 key
 ta

Static Public Attributes

 log = log_method

Detailed Description

Listener for incoming HTTP(S) connections.

Definition at line 707 of file https.py.


Member Function Documentation

def rpki.https.http_listener.__init__ (   self,
  handlers,
  port = 80,
  host = "",
  cert = None,
  key = None,
  ta = None,
  dynamic_ta = None,
  af = supported_address_families[0] 
)

Definition at line 714 of file https.py.

def rpki.https.http_listener.handle_accept (   self  ) 
Asyncore says we have an incoming connection, spawn an http_server
stream for it and pass along all of our handler and TLS data.

Definition at line 735 of file https.py.

def rpki.https.http_listener.handle_error (   self  ) 
Asyncore signaled an error, pass it along or log it.

Definition at line 748 of file https.py.


Member Data Documentation

Definition at line 718 of file https.py.

Definition at line 721 of file https.py.

Definition at line 717 of file https.py.

Definition at line 719 of file https.py.

rpki.https.http_listener.log = log_method [static]

Definition at line 712 of file https.py.

Definition at line 720 of file https.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables
Generated on Wed May 12 19:43:49 2010 for RPKI Engine by  doxygen 1.6.3