QUIC Protocol Implementation 1.0
A Python implementation of the QUIC (Quick UDP Internet Connections) protocol.
Loading...
Searching...
No Matches
stream.StreamEndpointABC Member List

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.StreamEndpointABCprotected
_bufferstream.StreamEndpointABCprotected
_set_state(self, int state)stream.StreamEndpointABCprotected
_statestream.StreamEndpointABCprotected
has_data(self)stream.StreamEndpointABC
is_terminal_state(self)stream.StreamEndpointABC