Lines Matching refs:Grpc
34 $this->server = new Grpc\Server();
40 $this->server = new Grpc\Server([]);
47 $this->server = new Grpc\Server(['ip' => '127.0.0.1',
54 $this->server = new Grpc\Server();
57 $channel = new Grpc\Channel('localhost:'.$port,
60 'credentials' => Grpc\ChannelCredentials::createInsecure()
63 $deadline = Grpc\Timeval::infFuture();
64 $call = new Grpc\Call($channel, 'dummy_method', $deadline);
66 $event = $call->startBatch([Grpc\OP_SEND_INITIAL_METADATA => [],
67 Grpc\OP_SEND_CLOSE_FROM_CLIENT => true,
85 $server_credentials = Grpc\ServerCredentials::createSsl(
98 $this->server = new Grpc\Server('invalid_host');
107 $this->server = new Grpc\Server([10 => '127.0.0.1',
117 $this->server = new Grpc\Server(['127.0.0.1', '8080']);
125 $this->server = new Grpc\Server([]);
134 $this->server = new Grpc\Server([]);
143 $this->server = new Grpc\Server();
152 $this->server = new Grpc\Server();