|
GRPC C++
0.13.1-pre1
|
| A thin wrapper around grpc_alarm (see / / src/core/surface/alarm.h) | |
| Channels represent a connection to an endpoint. Created by CreateChannel | |
| Interface to pass an option to a ServerBuilder | |
| A channel credentials object encapsulates all the state needed by a client to authenticate with a server for a given channel | |
| A call credentials object encapsulates the state needed by a client to authenticate with a server for a given call on a channel | |
| Options used to build SslCredentials | |
| Options to create ServerCredentials with SSL | |
| Models a gRPC server | |
| Global Callbacks | |
| A builder class for the creation and startup of grpc::Server instances | |
| A sequence of bytes | |
| Options for channel creation | |
| A wrapper around gpr_slice | |
| Common interface for all client side asynchronous streaming | |
| An interface that yields a sequence of messages of type R | |
| An interface that can be fed a sequence of messages of type W | |
| Common interface for client side asynchronous writing | |
| Client-side interface for asynchronous bi-directional streaming | |
| Server-side interface for asynchronous bi-directional streaming | |
| Per-message write options | |
| Default argument for CallOpSet | |
| An abstract collection of CallOpSet's, to be used whenever CallOpSet objects must be thought of as a group | |
| An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the lower layers, and as it is-a CompletionQueueTag, also massages the final completion into the correct form for consumption in the C++ API | |
| Primary implementaiton of CallOpSetInterface | |
| A CallOpSet that does not post completions to the completion queue | |
| Channel and Server implement this to allow them to hook performing ops | |
| Codegen interface for grpc::Channel | |
| Options for ClientContext::FromServerContext specifying which traits from the ServerContext to propagate (copy) from it into a new ClientContext | |
| Global Callbacks | |
| Server-side interface for bi-directional streaming | |
| A thin wrapper around grpc_completion_queue (see / src/core/surface/completion_queue.h) | |
| A specific type of completion queue used by the processing of notifications by servers | |
| An interface allowing implementors to process and filter event tags | |
| Class encapsulating the Authentication Information | |
| Defines how to serialize and deserialize some type | |
| Models a gRPC server | |
| Did it work? If it didn't, why? | |
| This class is a non owning reference to a string | |
| Common interface for all synchronous client side streaming | |
| An interface that yields a sequence of messages of type R | |
| An interface that can be fed a sequence of messages of type W | |
| Client-side interface for streaming reads of message of type R | |
| Client-side interface for streaming writes of message of type W | |
| Client-side interface for bi-directional streaming | |
1.8.6