Searched refs:insecure_channel (Results 1 – 25 of 48) sorted by relevance
12
109 channel = grpc.insecure_channel('localhost:{}'.format(self._port))119 channel = grpc.insecure_channel('localhost:{}'.format(self._port))130 with grpc.insecure_channel('localhost:{}'.format(141 with grpc.insecure_channel('localhost:{}'.format(159 channel = grpc.insecure_channel('localhost:{}'.format(self._port))
86 compressed_channel = grpc.insecure_channel(97 uncompressed_channel = grpc.insecure_channel(110 compressed_channel = grpc.insecure_channel(
63 channel = grpc.insecure_channel('localhost:12345')92 channel = grpc.insecure_channel('localhost:{}'.format(port))133 channel = grpc.insecure_channel('localhost:{}'.format(port))
45 channel = grpc.insecure_channel('localhost:12345')67 channel = grpc.insecure_channel('localhost:{}'.format(port))
181 channel = grpc.insecure_channel('localhost:12345')193 channel = grpc.insecure_channel('localhost:%d' % port)208 channel = grpc.insecure_channel('localhost:%d' % port)
40 grpc.insecure_channel('localhost:8080', options=TEST_CHANNEL_ARGS)
88 channel = grpc.insecure_channel('localhost:%d' % port)
94 self._channel = grpc.insecure_channel('localhost:%d' % port)
48 channel = implementations.insecure_channel('localhost', 12345)69 channel = implementations.insecure_channel('localhost', port)
29 channel = implementations.insecure_channel('localhost', port)
19 channel = grpc.insecure_channel('localhost:1000')
28 with grpc.insecure_channel('localhost:50051') as channel:
102 def insecure_channel(host, port): function113 channel = grpc.insecure_channel(host if port is None else '%s:%d' % (host,
31 with grpc.insecure_channel('localhost:50051') as channel:
33 with grpc.insecure_channel('localhost:50051') as channel:
37 grpc.insecure_channel('localhost:{}'.format(port)))
108 channel = grpc.insecure_channel(target)
61 with grpc.insecure_channel('{}:{}'.format(_HOST, port)) as channel:
106 with grpc.insecure_channel('localhost:50051') as channel:
42 channel = grpc.insecure_channel('localhost:%d' % port)
112 with grpc.insecure_channel('localhost:50051') as channel:
25 self.channel = grpc.insecure_channel('{}:{}'.format(TLS_IP, TLS_PORT))
88 self.channels[port] = grpc.insecure_channel(target)