Public Member Functions | Private Attributes | List of all members
tests.unit._compression_test._GenericHandler Class Reference
Inheritance diagram for tests.unit._compression_test._GenericHandler:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, pre_response_callback)
 
def service (self, handler_call_details)
 

Private Attributes

 _pre_response_callback
 

Detailed Description

Definition at line 154 of file _compression_test.py.

Constructor & Destructor Documentation

◆ __init__()

def tests.unit._compression_test._GenericHandler.__init__ (   self,
  pre_response_callback 
)

Definition at line 156 of file _compression_test.py.

Member Function Documentation

◆ service()

def tests.unit._compression_test._GenericHandler.service (   self,
  handler_call_details 
)
Returns the handler for servicing the RPC.

Args:
  handler_call_details: A HandlerCallDetails describing the RPC.

Returns:
  An RpcMethodHandler with which the RPC may be serviced if the
  implementation chooses to service this RPC, or None otherwise.

Reimplemented from grpc.GenericRpcHandler.

Definition at line 159 of file _compression_test.py.

Member Data Documentation

◆ _pre_response_callback

tests.unit._compression_test._GenericHandler._pre_response_callback
private

Definition at line 157 of file _compression_test.py.


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


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