|
GRPC C++
1.32.0
|
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. More...
Namespaces | |
| internal | |
| Actual implementation of bi-directional streaming. | |
Data Structures | |
| class | Alarm |
| class | CallbackServerContext |
| class | ClientAsyncReader |
| Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from the server has messages of type R. More... | |
| class | ClientAsyncReaderInterface |
| class | ClientAsyncReaderWriter |
| Async client-side interface for bi-directional streaming, where the outgoing message stream going to the server has messages of type W, and the incoming message stream coming from the server has messages of type R. More... | |
| class | ClientAsyncReaderWriterInterface |
| Async client-side interface for bi-directional streaming, where the client-to-server message stream has messages of type W, and the server-to-client message stream has messages of type R. More... | |
| class | ClientAsyncResponseReader |
| Async API for client-side unary RPCs, where the message response received from the server is of type R. More... | |
| class | ClientAsyncResponseReaderInterface |
| An interface relevant for async client side unary RPCs (which send one request message to a server and receive one response message). More... | |
| class | ClientAsyncWriter |
| Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going to the server contains messages of type W. More... | |
| class | ClientAsyncWriterInterface |
| Common interface for client side asynchronous writing. More... | |
| class | ClientBidiReactor |
| ClientBidiReactor is the interface for a bidirectional streaming RPC. More... | |
| class | ClientCallbackReader |
| class | ClientCallbackReaderWriter |
| class | ClientCallbackUnary |
| class | ClientCallbackWriter |
| class | ClientReader |
| Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R. More... | |
| class | ClientReaderInterface |
| Client-side interface for streaming reads of message of type R. More... | |
| class | ClientReaderWriter |
| Synchronous (blocking) client-side API for bi-directional streaming RPCs, where the outgoing message stream coming from the client has messages of type W, and the incoming messages stream coming from the server has messages of type R. More... | |
| class | ClientReaderWriterInterface |
| Client-side interface for bi-directional streaming with client-to-server stream messages of type W and server-to-client stream messages of type R. More... | |
| class | ClientReadReactor |
| ClientReadReactor is the interface for a server-streaming RPC. More... | |
| class | ClientUnaryReactor |
| ClientUnaryReactor is a reactor-style interface for a unary RPC. More... | |
| class | ClientWriter |
| Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W. More... | |
| class | ClientWriteReactor |
| ClientWriteReactor is the interface for a client-streaming RPC. More... | |
| class | ClientWriterInterface |
| Client-side interface for streaming writes of message type W. More... | |
| class | Server |
| Represents a gRPC server. More... | |
| class | ServerAsyncReader |
| Async server-side API for doing client-streaming RPCs, where the incoming message stream from the client has messages of type R, and the single response message sent from the server is type W. More... | |
| class | ServerAsyncReaderInterface |
| class | ServerAsyncReaderWriter |
| Async server-side API for doing bidirectional streaming RPCs, where the incoming message stream coming from the client has messages of type R, and the outgoing message stream coming from the server has messages of type W. More... | |
| class | ServerAsyncReaderWriterInterface |
| Server-side interface for asynchronous bi-directional streaming. More... | |
| class | ServerAsyncResponseWriter |
| Async server-side API for handling unary calls, where the single response message sent to the client is of type W. More... | |
| class | ServerAsyncWriter |
| Async server-side API for doing server streaming RPCs, where the outgoing message stream from the server has messages of type W. More... | |
| class | ServerAsyncWriterInterface |
| class | ServerBidiReactor |
| ServerBidiReactor is the interface for a bidirectional streaming RPC. More... | |
| class | ServerBuilderOption |
| Interface to pass an option to a ServerBuilder. More... | |
| class | ServerCallbackReader |
| class | ServerCallbackReaderWriter |
| class | ServerCallbackUnary |
| class | ServerCallbackWriter |
| class | ServerContext |
| A ServerContext or CallbackServerContext allows the code implementing a service handler to: More... | |
| class | ServerContextBase |
| Base class of ServerContext. Experimental until callback API is final. More... | |
| class | ServerInitializer |
| class | ServerReader |
| Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message stream coming from the client has messages of type R. More... | |
| class | ServerReaderInterface |
| Server-side interface for streaming reads of message of type R. More... | |
| class | ServerReaderWriter |
| Synchronous (blocking) server-side API for a bidirectional streaming call, where the incoming message stream coming from the client has messages of type R, and the outgoing message streaming coming from the server has messages of type W. More... | |
| class | ServerReaderWriterInterface |
| Server-side interface for bi-directional streaming. More... | |
| class | ServerReadReactor |
| ServerReadReactor is the interface for a client-streaming RPC. More... | |
| class | ServerSplitStreamer |
| A class to represent a flow-controlled server-side streaming call. More... | |
| class | ServerUnaryReactor |
| class | ServerUnaryStreamer |
| A class to represent a flow-controlled unary call. More... | |
| class | ServerWriter |
| Synchronous (blocking) server-side API for doing for doing a server-streaming RPCs, where the outgoing message stream coming from the server has messages of type W. More... | |
| class | ServerWriteReactor |
| ServerWriteReactor is the interface for a server-streaming RPC. More... | |
| class | ServerWriterInterface |
| Server-side interface for streaming writes of message of type W. More... | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation.
1.8.17