Home
last modified time | relevance | path

Searched refs:createChannel (Results 1 – 14 of 14) sorted by relevance

/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DManagedChannelImplTest.java213 private void createChannel(ClientInterceptor... interceptors) { in createChannel() method in ManagedChannelImplTest
290 createChannel(); in idleModeDisabled()
300 createChannel(); in immediateDeadlineExceeded()
317 createChannel(); in shutdownWithNoTransportsEverCreated()
330 createChannel(); in channelzMembership()
341 createChannel(); in channelzMembership_subchannel()
375 createChannel(); in channelzMembership_oob()
428 createChannel(); in subtestCallsAndShutdown()
563 createChannel(); in noMoreCallbackAfterLoadBalancerShutdown()
617 createChannel(interceptor); in interceptor()
[all …]
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DInProcessTest.java39 protected ManagedChannel createChannel() { in createChannel() method in InProcessTest
DAutoWindowSizingOnTest.java45 protected ManagedChannel createChannel() { in createChannel() method in AutoWindowSizingOnTest
DHttp2NettyLocalChannelTest.java46 protected ManagedChannel createChannel() { in createChannel() method in Http2NettyLocalChannelTest
DHttp2NettyTest.java62 protected ManagedChannel createChannel() { in createChannel() method in Http2NettyTest
DTransportCompressionTest.java128 protected ManagedChannel createChannel() {
DHttp2OkHttpTest.java89 protected ManagedChannel createChannel() { in createChannel() method in Http2OkHttpTest
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DHttp2Client.java140 channel = createChannel(); in setUp()
359 private ManagedChannel createChannel() { in createChannel() method in Http2Client
DStressTestClient.java230 ManagedChannel channel = createChannel(address); in runStressTest()
341 private ManagedChannel createChannel(InetSocketAddress address) { in createChannel() method in StressTestClient
514 protected ManagedChannel createChannel() { in createChannel() method in StressTestClient.Worker.Tester
DTestServiceClient.java351 protected ManagedChannel createChannel() { in createChannel() method in TestServiceClient.Tester
DAbstractInteropTest.java285 channel = createChannel(); in setUp()
316 protected abstract ManagedChannel createChannel(); in createChannel() method in AbstractInteropTest
/external/grpc-grpc-java/android-interop-testing/app/src/main/java/io/grpc/android/integrationtest/
DInteropTask.java160 protected ManagedChannel createChannel() { in createChannel() method in InteropTask.Tester
/external/grpc-grpc-java/gae-interop-testing/gae-jdk8/src/main/java/io/grpc/testing/integration/
DNettyClientInteropServlet.java129 protected ManagedChannel createChannel() { in createChannel() method in NettyClientInteropServlet.Tester
/external/grpc-grpc-java/gae-interop-testing/gae-jdk7/src/main/java/io/grpc/testing/integration/
DOkHttpClientInteropServlet.java207 protected ManagedChannel createChannel() {