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