Inherits asyncore::dispatcher.
List of all members.
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 | |
|
) |
| | |
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
The documentation for this class was generated from the following file: