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.java214 private void createChannel(ClientInterceptor... interceptors) { in createChannel() method in ManagedChannelImplTest
291 createChannel(); in idleModeDisabled()
301 createChannel(); in immediateDeadlineExceeded()
318 createChannel(); in shutdownWithNoTransportsEverCreated()
331 createChannel(); in channelzMembership()
342 createChannel(); in channelzMembership_subchannel()
376 createChannel(); in channelzMembership_oob()
429 createChannel(); in subtestCallsAndShutdown()
564 createChannel(); in noMoreCallbackAfterLoadBalancerShutdown()
618 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
DHttp2OkHttpTest.java89 protected ManagedChannel createChannel() { in createChannel() method in Http2OkHttpTest
DTransportCompressionTest.java128 protected ManagedChannel createChannel() {
/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() {