Searched refs:insecure_channel (Results 1 – 25 of 38) 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)
58 self._channel = grpc.insecure_channel('localhost:8080')
48 channel = implementations.insecure_channel('localhost', 12345)69 channel = implementations.insecure_channel('localhost', port)
29 channel = implementations.insecure_channel('localhost', port)
102 def insecure_channel(host, port): function113 channel = grpc.insecure_channel(host if port is None else '%s:%d' % (host,
19 channel = grpc.insecure_channel('localhost:1000')
28 with grpc.insecure_channel('localhost:50051') as channel:
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)
106 with grpc.insecure_channel('localhost:50051') as channel:
112 with grpc.insecure_channel('localhost:50051') as channel:
42 channel = grpc.insecure_channel('localhost:%d' % port)
148 channel = grpc.insecure_channel(target)
112 channel = grpc.insecure_channel(target)
172 channel = grpc.insecure_channel(destination)
59 channel = grpc.insecure_channel('localhost:%d' % port)