GRPC PHP
1.71.0
|
▼CGrpc\AbstractCall | |
CGrpc\BidiStreamingCall | Represents an active call that allows for sending and receiving messages in streams in any order |
CGrpc\ClientStreamingCall | Represents an active call that sends a stream of messages and then gets a single response |
CGrpc\ServerStreamingCall | Represents an active call that sends a single message and then gets a stream of responses |
CGrpc\UnaryCall | Represents an active call that sends a single message and then gets a single response |
CGrpc\BaseStub | Base class for generated client stubs |
CGrpc\Call | Class Call |
CGrpc\CallCredentials | Class CallCredentials |
▼CGrpc\CallInvoker | CallInvoker is used to pass the self defined channel into the stub, while intercept each RPC with the channel accessible |
CGrpc\DefaultCallInvoker | Default call invoker in the gRPC stub |
CGrpc\Channel | Class Channel |
CGrpc\ChannelCredentials | Class ChannelCredentials |
CGrpc\Interceptor | Represents an interceptor that intercept RPC invocations before call starts |
CGrpc\MethodDescriptor | This is an experimental and incomplete implementation of gRPC server for PHP |
▼CGrpc\Server | Class Server |
CGrpc\RpcServer | |
CGrpc\ServerCallReader | This is an experimental and incomplete implementation of gRPC server for PHP |
CGrpc\ServerCallWriter | This is an experimental and incomplete implementation of gRPC server for PHP |
CGrpc\ServerContext | This is an experimental and incomplete implementation of gRPC server for PHP |
CGrpc\ServerCredentials | Class ServerCredentials |
CGrpc\Status | |
CGrpc\Timeval | Class Timeval |