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 749 of file https.py.


Member Function Documentation

def rpki.https.http_listener.__init__ (   self,
  handlers,
  addrinfo,
  cert = None,
  key = None,
  ta = None,
  dynamic_ta = None 
)

Definition at line 756 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 778 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 793 of file https.py.


Member Data Documentation

Definition at line 760 of file https.py.

Definition at line 763 of file https.py.

Definition at line 759 of file https.py.

Definition at line 761 of file https.py.

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

Definition at line 754 of file https.py.

Definition at line 762 of file https.py.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables
Generated on Sun Jul 11 19:57:22 2010 for RPKI Engine by  doxygen 1.6.3