Home
last modified time | relevance | path

Searched refs:newClientChannel (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DConcurrencyTest.java153 clientChannel = newClientChannel(); in setUp()
209 private ManagedChannel newClientChannel() throws CertificateException, IOException { in newClientChannel() method in ConcurrencyTest
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/qps/
DClientConfiguration.java69 return Utils.newClientChannel(transport, address, tls, testca, authorityOverride, in newChannel()
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
DUtils.java197 public static ManagedChannel newClientChannel(Transport transport, SocketAddress address, in newClientChannel() method in Utils
/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/driver/
DLoadClient.java83 Utils.newClientChannel( in LoadClient()