Searched defs:AsyncClient (Results 1 – 3 of 3) sorted by relevance
57 public class AsyncClient { class61 public AsyncClient(ClientConfiguration config) { in AsyncClient() method in AsyncClient
105 class AsyncClient(object): class in RpcClient
153 class AsyncClient : public ClientImpl<StubType, RequestType> { class163 AsyncClient(const ClientConfig& config, in AsyncClient() function in grpc::testing::AsyncClient