GRPC PHP
1.71.0
|
▼NGrpc | Class AbstractCall |
CAbstractCall | |
CBaseStub | Base class for generated client stubs |
CBidiStreamingCall | Represents an active call that allows for sending and receiving messages in streams in any order |
CCall | Class Call |
CCallCredentials | Class CallCredentials |
CCallInvoker | CallInvoker is used to pass the self defined channel into the stub, while intercept each RPC with the channel accessible |
CChannel | Class Channel |
CChannelCredentials | Class ChannelCredentials |
CClientStreamingCall | Represents an active call that sends a stream of messages and then gets a single response |
CDefaultCallInvoker | Default call invoker in the gRPC stub |
CInterceptor | Represents an interceptor that intercept RPC invocations before call starts |
CMethodDescriptor | This is an experimental and incomplete implementation of gRPC server for PHP |
CRpcServer | |
CServer | Class Server |
CServerCallReader | This is an experimental and incomplete implementation of gRPC server for PHP |
CServerCallWriter | This is an experimental and incomplete implementation of gRPC server for PHP |
CServerContext | This is an experimental and incomplete implementation of gRPC server for PHP |
CServerCredentials | Class ServerCredentials |
CServerStreamingCall | Represents an active call that sends a single message and then gets a stream of responses |
CStatus | |
CTimeval | Class Timeval |
CUnaryCall | Represents an active call that sends a single message and then gets a single response |