pubd.pubd_context Class Reference
Inherits
object.
List of all members.
Detailed Description
A container for various pubd parameters.
Definition at line 46 of file pubd.py.
Member Function Documentation
def pubd.pubd_context.__init__ |
( |
|
self, |
|
|
|
cfg | |
|
) |
| | |
def pubd.pubd_context.build_https_ta_cache |
( |
|
self |
) |
|
Build dynamic TLS trust anchors.
Definition at line 136 of file pubd.py.
def pubd.pubd_context.clear_https_ta_cache |
( |
|
self |
) |
|
Clear dynamic TLS trust anchors.
Definition at line 128 of file pubd.py.
def pubd.pubd_context.client_handler |
( |
|
self, |
|
|
|
query, |
|
|
|
path, |
|
|
|
cb | |
|
) |
| | |
Process one PDU from a client.
Definition at line 96 of file pubd.py.
def pubd.pubd_context.control_handler |
( |
|
self, |
|
|
|
query, |
|
|
|
path, |
|
|
|
cb | |
|
) |
| | |
Process one PDU from the IRBE.
Definition at line 78 of file pubd.py.
def pubd.pubd_context.handler_common |
( |
|
self, |
|
|
|
query, |
|
|
|
client, |
|
|
|
cb, |
|
|
|
certs, |
|
|
|
crl = None | |
|
) |
| | |
Member Data Documentation
HTTPS trust anchor cache, to avoid regenerating it for every TLS connection.
Definition at line 126 of file pubd.py.
The documentation for this class was generated from the following file: