Classes | |
class | _RequestIterator |
Functions | |
def | _stream_response (argument, implementation, rpc, servicer_context) |
def | _unary_response (argument, implementation, rpc, servicer_context) |
def | stream_stream (implementation, rpc, handler, servicer_context) |
def | stream_unary (implementation, rpc, handler, servicer_context) |
def | unary_stream (implementation, rpc, request, servicer_context) |
def | unary_unary (implementation, rpc, request, servicer_context) |
|
private |
Definition at line 56 of file _service.py.
|
private |
Definition at line 47 of file _service.py.
def grpc_testing._server._service.stream_stream | ( | implementation, | |
rpc, | |||
handler, | |||
servicer_context | |||
) |
Definition at line 88 of file _service.py.
def grpc_testing._server._service.stream_unary | ( | implementation, | |
rpc, | |||
handler, | |||
servicer_context | |||
) |
Definition at line 83 of file _service.py.
def grpc_testing._server._service.unary_stream | ( | implementation, | |
rpc, | |||
request, | |||
servicer_context | |||
) |
Definition at line 79 of file _service.py.
def grpc_testing._server._service.unary_unary | ( | implementation, | |
rpc, | |||
request, | |||
servicer_context | |||
) |
Definition at line 75 of file _service.py.