Lines Matching refs:Grpc
48 class CallInvokerClient extends Grpc\BaseStub
82 class CallInvokerUpdateChannel implements \Grpc\CallInvoker
91 $this->channel = new \Grpc\Channel('localhost:50050', $opts);
113 class CallInvokerChangeRequest implements \Grpc\CallInvoker
121 $this->channel = new \Grpc\Channel($hostname, $opts);
148 $this->call = new \Grpc\UnaryCall($channel, $method, $deserialize, $options);
166 $this->server = new Grpc\Server([]);
178 $call_invoker = new \Grpc\DefaultCallInvoker();
189 $stub = new \Grpc\BaseStub('localhost:50051',
190 ['credentials' => \Grpc\ChannelCredentials::createInsecure(),
202 'credentials' => Grpc\ChannelCredentials::createInsecure(),
213 Grpc\OP_SEND_INITIAL_METADATA => [],
214 Grpc\OP_SEND_STATUS_FROM_SERVER => [
216 'code' => Grpc\STATUS_OK,
219 Grpc\OP_RECV_MESSAGE => true,
220 Grpc\OP_RECV_CLOSE_ON_SERVER => true,