Go to the source code of this file.
Classes | |
| class | grpc.aio._call._APIStyle |
| class | grpc.aio._call._StreamRequestMixin |
| class | grpc.aio._call._StreamResponseMixin |
| class | grpc.aio._call._UnaryResponseMixin |
| class | grpc.aio._call.AioRpcError |
| class | grpc.aio._call.Call |
| class | grpc.aio._call.StreamStreamCall |
| class | grpc.aio._call.StreamUnaryCall |
| class | grpc.aio._call.UnaryStreamCall |
| class | grpc.aio._call.UnaryUnaryCall |
Namespaces | |
| grpc.aio._call | |
Functions | |
| AioRpcError | grpc.aio._call._create_rpc_error (Metadata initial_metadata, cygrpc.AioRpcStatus status) |
Variables | |
| string | grpc.aio._call.__all__ = 'AioRpcError', 'Call', 'UnaryUnaryCall', 'UnaryStreamCall' |
| string | grpc.aio._call._API_STYLE_ERROR = 'The iterator and read/write APIs may not be mixed on a single RPC.' |
| string | grpc.aio._call._GC_CANCELLATION_DETAILS = 'Cancelled upon garbage collection!' |
| string | grpc.aio._call._LOCAL_CANCELLATION_DETAILS = 'Locally cancelled by application!' |
| grpc.aio._call._LOGGER = logging.getLogger(__name__) | |
| tuple | grpc.aio._call._NON_OK_CALL_REPRESENTATION |
| tuple | grpc.aio._call._OK_CALL_REPRESENTATION |
| string | grpc.aio._call._RPC_ALREADY_FINISHED_DETAILS = 'RPC already finished.' |
| string | grpc.aio._call._RPC_HALF_CLOSED_DETAILS = 'RPC is half closed after calling "done_writing".' |