Functions | Variables
negative_http2_client Namespace Reference

Functions

def _args ()
 
def _expect_status_code (call, expected_code)
 
def _expect_status_details (call, expected_details)
 
def _goaway (stub)
 
def _max_streams (stub)
 
def _ping (stub)
 
def _rst_after_data (stub)
 
def _rst_after_header (stub)
 
def _rst_during_data (stub)
 
def _run_test_case (test_case, stub)
 
def _stub (server_host, server_port)
 
def _validate_payload_type_and_length (response, expected_type, expected_length)
 
def _validate_status_code_and_details (call, expected_code, expected_details)
 
def main ()
 

Variables

int _REQUEST_SIZE = 314159
 
int _RESPONSE_SIZE = 271828
 
 _SIMPLE_REQUEST
 

Function Documentation

◆ _args()

def negative_http2_client._args ( )
private

Definition at line 128 of file negative_http2_client.py.

◆ _expect_status_code()

def negative_http2_client._expect_status_code (   call,
  expected_code 
)
private

Definition at line 34 of file negative_http2_client.py.

◆ _expect_status_details()

def negative_http2_client._expect_status_details (   call,
  expected_details 
)
private

Definition at line 40 of file negative_http2_client.py.

◆ _goaway()

def negative_http2_client._goaway (   stub)
private

Definition at line 61 of file negative_http2_client.py.

◆ _max_streams()

def negative_http2_client._max_streams (   stub)
private

Definition at line 95 of file negative_http2_client.py.

◆ _ping()

def negative_http2_client._ping (   stub)
private

Definition at line 89 of file negative_http2_client.py.

◆ _rst_after_data()

def negative_http2_client._rst_after_data (   stub)
private

Definition at line 83 of file negative_http2_client.py.

◆ _rst_after_header()

def negative_http2_client._rst_after_header (   stub)
private

Definition at line 71 of file negative_http2_client.py.

◆ _rst_during_data()

def negative_http2_client._rst_during_data (   stub)
private

Definition at line 77 of file negative_http2_client.py.

◆ _run_test_case()

def negative_http2_client._run_test_case (   test_case,
  stub 
)
private

Definition at line 111 of file negative_http2_client.py.

◆ _stub()

def negative_http2_client._stub (   server_host,
  server_port 
)
private

Definition at line 145 of file negative_http2_client.py.

◆ _validate_payload_type_and_length()

def negative_http2_client._validate_payload_type_and_length (   response,
  expected_type,
  expected_length 
)
private

Definition at line 25 of file negative_http2_client.py.

◆ _validate_status_code_and_details()

def negative_http2_client._validate_status_code_and_details (   call,
  expected_code,
  expected_details 
)
private

Definition at line 46 of file negative_http2_client.py.

◆ main()

def negative_http2_client.main ( )

Definition at line 152 of file negative_http2_client.py.

Variable Documentation

◆ _REQUEST_SIZE

int negative_http2_client._REQUEST_SIZE = 314159
private

Definition at line 52 of file negative_http2_client.py.

◆ _RESPONSE_SIZE

int negative_http2_client._RESPONSE_SIZE = 271828
private

Definition at line 53 of file negative_http2_client.py.

◆ _SIMPLE_REQUEST

negative_http2_client._SIMPLE_REQUEST
private
Initial value:
2  response_type=messages_pb2.COMPRESSABLE,
3  response_size=_RESPONSE_SIZE,
4  payload=messages_pb2.Payload(body=b'\x00' * _REQUEST_SIZE))

Definition at line 55 of file negative_http2_client.py.

messages_pb2.SimpleRequest
SimpleRequest
Definition: messages_pb2.py:597
messages_pb2.Payload
Payload
Definition: messages_pb2.py:583


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