This is the complete list of members for grpc.aio._channel.Channel, including all inherited members.
__aenter__(self) | grpc.aio._channel.Channel | |
__aexit__(self, exc_type, exc_val, exc_tb) | grpc.aio._channel.Channel | |
__del__(self) | grpc.aio._channel.Channel | |
__init__(self, str target, ChannelArgumentType options, Optional[grpc.ChannelCredentials] credentials, Optional[grpc.Compression] compression, Optional[Sequence[ClientInterceptor]] interceptors) | grpc.aio._channel.Channel | |
_channel | grpc.aio._channel.Channel | private |
_close(self, grace) | grpc.aio._channel.Channel | private |
_loop | grpc.aio._channel.Channel | private |
_stream_stream_interceptors | grpc.aio._channel.Channel | private |
_stream_unary_interceptors | grpc.aio._channel.Channel | private |
_unary_stream_interceptors | grpc.aio._channel.Channel | private |
_unary_unary_interceptors | grpc.aio._channel.Channel | private |
channel_ready(self) | grpc.aio._channel.Channel | |
close(self, Optional[float] grace=None) | grpc.aio._channel.Channel | |
get_state(self, bool try_to_connect=False) | grpc.aio._channel.Channel | |
stream_stream(self, str method, Optional[SerializingFunction] request_serializer=None, Optional[DeserializingFunction] response_deserializer=None) | grpc.aio._channel.Channel | |
stream_unary(self, str method, Optional[SerializingFunction] request_serializer=None, Optional[DeserializingFunction] response_deserializer=None) | grpc.aio._channel.Channel | |
unary_stream(self, str method, Optional[SerializingFunction] request_serializer=None, Optional[DeserializingFunction] response_deserializer=None) | grpc.aio._channel.Channel | |
unary_unary(self, str method, Optional[SerializingFunction] request_serializer=None, Optional[DeserializingFunction] response_deserializer=None) | grpc.aio._channel.Channel | |
wait_for_state_change(self, grpc.ChannelConnectivity last_observed_state) | grpc.aio._channel.Channel |