Home
last modified time | relevance | path

Searched defs:newClientChannel (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
H A DConcurrencyTest.java203 private ManagedChannel newClientChannel() throws IOException { in newClientChannel() method in ConcurrencyTest
/aosp_15_r20/external/grpc-grpc-java/benchmarks/src/main/java/io/grpc/benchmarks/
H A DUtils.java180 public static ManagedChannel newClientChannel(Transport transport, String target, in newClientChannel() method in Utils