Public Member Functions | Private Attributes | List of all members
test_max_streams.TestcaseSettingsMaxStreams Class Reference
Inheritance diagram for test_max_streams.TestcaseSettingsMaxStreams:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self)
 
def get_base_server (self)
 
def on_connection_made (self)
 
def on_data_received (self, event)
 

Private Attributes

 _base_server
 

Detailed Description

This test sets MAX_CONCURRENT_STREAMS to 1 and asserts that at any point
only 1 stream is active.

Definition at line 21 of file test_max_streams.py.

Constructor & Destructor Documentation

◆ __init__()

def test_max_streams.TestcaseSettingsMaxStreams.__init__ (   self)

Definition at line 27 of file test_max_streams.py.

Member Function Documentation

◆ get_base_server()

def test_max_streams.TestcaseSettingsMaxStreams.get_base_server (   self)

Definition at line 32 of file test_max_streams.py.

◆ on_connection_made()

def test_max_streams.TestcaseSettingsMaxStreams.on_connection_made (   self)

Definition at line 35 of file test_max_streams.py.

◆ on_data_received()

def test_max_streams.TestcaseSettingsMaxStreams.on_data_received (   self,
  event 
)

Definition at line 44 of file test_max_streams.py.

Member Data Documentation

◆ _base_server

test_max_streams.TestcaseSettingsMaxStreams._base_server
private

Definition at line 28 of file test_max_streams.py.


The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:44