Searched refs:newClientChannel (Results 1 – 4 of 4) sorted by relevance
153 clientChannel = newClientChannel(); in setUp()209 private ManagedChannel newClientChannel() throws CertificateException, IOException { in newClientChannel() method in ConcurrencyTest
69 return Utils.newClientChannel(transport, address, tls, testca, authorityOverride, in newChannel()
197 public static ManagedChannel newClientChannel(Transport transport, SocketAddress address, in newClientChannel() method in Utils
83 Utils.newClientChannel( in LoadClient()