Searched refs:clientChannel (Results 1 – 3 of 3) sorted by relevance
140 private ManagedChannel clientChannel; field in ConcurrencyTest153 clientChannel = newClientChannel(); in setUp()154 clientStub = TestServiceGrpc.newStub(clientChannel); in setUp()162 if (clientChannel != null) { in tearDown()163 clientChannel.shutdown(); in tearDown()
175 channel = clientChannel(server.getPort(), clientContextBuilder in basicClientServerIntegrationTest()211 channel = clientChannel(server.getPort(), clientContextBuilder in serverRejectsUntrustedClientCert()253 channel = clientChannel(server.getPort(), clientContextBuilder in noClientAuthFailure()296 channel = clientChannel(server.getPort(), clientContextBuilder in clientRejectsUntrustedServerCert()335 private static ManagedChannel clientChannel(int port, SslContext sslContext) throws IOException { in clientChannel() method in TlsTest
36 zx::channel clientChannel; in ConnectToServiceRoot() local38 zx_status_t result = zx::channel::create(0, &clientChannel, &serverChannel); in ConnectToServiceRoot()42 return clientChannel; in ConnectToServiceRoot()