Inherits asynchat::async_chat.
Inherited by rpki.https.http_client, and rpki.https.http_server.
Public Member Functions | |
def | __init__ |
def | chunk_body |
def | chunk_discard_crlf |
def | chunk_discard_trailer |
def | chunk_header |
def | close |
def | collect_incoming_data |
def | found_terminator |
def | get_buffer |
def | handle_body |
def | handle_close |
def | handle_error |
def | handle_read |
def | handle_timeout |
def | handle_write |
def | initiate_send |
def | log_cert |
def | readable |
def | recv |
def | restart |
def | send |
def | update_timeout |
def | writeable |
Public Attributes | |
buffer | |
chunk_handler | |
msg | |
timer | |
Static Public Attributes | |
log = log_method | |
retry_read = None | |
retry_write = None | |
tls = None |
Definition at line 174 of file https.py.
def rpki.https.http_stream.collect_incoming_data | ( | self, | ||
data | ||||
) |
def rpki.https.http_stream.handle_close | ( | self | ) |
Reimplemented in rpki.https.http_client.
def rpki.https.http_stream.handle_error | ( | self | ) |
Reimplemented in rpki.https.http_client.
def rpki.https.http_stream.handle_timeout | ( | self | ) |
Reimplemented in rpki.https.http_client.
rpki.https.http_stream.log = log_method [static] |
rpki.https.http_stream.retry_read = None [static] |
Reimplemented in rpki.https.http_server, and rpki.https.http_client.
rpki.https.http_stream.retry_write = None [static] |
Reimplemented in rpki.https.http_server, and rpki.https.http_client.
rpki.https.http_stream.tls = None [static] |
Reimplemented in rpki.https.http_server, and rpki.https.http_client.