GRPC PHP
1.36.1
|
▼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 |
CRpcServer | |
CServer | Class Server |
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 |