QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
|
This is the complete list of members for stream.StreamEndpointABC, including all inherited members.
__init__(self, int stream_id, bool is_usable) | stream.StreamEndpointABC | |
_add_data_to_buffer(self, bytes data) | stream.StreamEndpointABC | protected |
_buffer | stream.StreamEndpointABC | protected |
_set_state(self, int state) | stream.StreamEndpointABC | protected |
_state | stream.StreamEndpointABC | protected |
has_data(self) | stream.StreamEndpointABC | |
is_terminal_state(self) | stream.StreamEndpointABC |