Public Member Functions | Public Attributes | Static Public Attributes

rpki.http.http_listener Class Reference

Inherits asyncore::dispatcher.

Collaboration diagram for rpki.http.http_listener:
Collaboration graph

List of all members.

Public Member Functions

def __init__
def handle_accept
def handle_error

Public Attributes

 handlers

Static Public Attributes

 log = log_method

Detailed Description

Listener for incoming HTTP(S) connections.

Definition at line 547 of file http.py.


Member Function Documentation

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

Definition at line 554 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 576 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 591 of file http.py.


Member Data Documentation

Definition at line 557 of file http.py.

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

Definition at line 552 of file http.py.


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