GRPC PHP  1.71.0
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CGrpc\AbstractCall
 CGrpc\BidiStreamingCallRepresents an active call that allows for sending and receiving messages in streams in any order
 CGrpc\ClientStreamingCallRepresents an active call that sends a stream of messages and then gets a single response
 CGrpc\ServerStreamingCallRepresents an active call that sends a single message and then gets a stream of responses
 CGrpc\UnaryCallRepresents an active call that sends a single message and then gets a single response
 CGrpc\BaseStubBase class for generated client stubs
 CGrpc\CallClass Call
 CGrpc\CallCredentialsClass CallCredentials
 CGrpc\CallInvokerCallInvoker is used to pass the self defined channel into the stub, while intercept each RPC with the channel accessible
 CGrpc\DefaultCallInvokerDefault call invoker in the gRPC stub
 CGrpc\ChannelClass Channel
 CGrpc\ChannelCredentialsClass ChannelCredentials
 CGrpc\InterceptorRepresents an interceptor that intercept RPC invocations before call starts
 CGrpc\MethodDescriptorThis is an experimental and incomplete implementation of gRPC server for PHP
 CGrpc\ServerClass Server
 CGrpc\RpcServer
 CGrpc\ServerCallReaderThis is an experimental and incomplete implementation of gRPC server for PHP
 CGrpc\ServerCallWriterThis is an experimental and incomplete implementation of gRPC server for PHP
 CGrpc\ServerContextThis is an experimental and incomplete implementation of gRPC server for PHP
 CGrpc\ServerCredentialsClass ServerCredentials
 CGrpc\Status
 CGrpc\TimevalClass Timeval