RPKI Engine 1.0
Public Member Functions | Public Attributes | Static Public Attributes

rpki.http.http_listener Class Reference

Inheritance diagram for rpki.http.http_listener:
Inheritance graph
Collaboration diagram for rpki.http.http_listener:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def __repr__
def handle_accept
def handle_error

Public Attributes

 handlers

Static Public Attributes

 log = log_method
 show_tracebacks = False

Detailed Description

Listener for incoming HTTP connections.

Definition at line 579 of file http.py.


Constructor & Destructor Documentation

def rpki.http.http_listener.__init__ (   self,
  handlers,
  addrinfo 
)

Definition at line 594 of file http.py.


Member Function Documentation

def rpki.http.http_listener.__repr__ (   self)

Definition at line 587 of file http.py.

def rpki.http.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 data.

Definition at line 617 of file http.py.

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

Definition at line 632 of file http.py.


Member Data Documentation

Definition at line 594 of file http.py.

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

Definition at line 584 of file http.py.

Definition at line 585 of file http.py.


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