Cgrpc::experimental::AltsCredentialsOptions | Options used to build AltsCredentials |
Cgrpc::experimental::AltsServerCredentialsOptions | Options to create ServerCredentials with ALTS |
Cgrpc::AsyncGenericService | |
►Cgrpc::internal::AsyncReaderInterface< R > | An interface that yields a sequence of messages of type R |
Cgrpc::ClientAsyncReaderInterface< R > | |
Cgrpc::ClientAsyncReaderWriterInterface< W, R > | 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 |
Cgrpc::ServerAsyncReaderInterface< W, R > | |
Cgrpc::ServerAsyncReaderWriterInterface< W, R > | Server-side interface for asynchronous bi-directional streaming |
►Cgrpc::internal::AsyncWriterInterface< W > | An interface that can be fed a sequence of messages of type W |
Cgrpc::ClientAsyncReaderWriterInterface< W, R > | 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 |
Cgrpc::ClientAsyncWriterInterface< W > | Common interface for client side asynchronous writing |
Cgrpc::ServerAsyncReaderWriterInterface< W, R > | Server-side interface for asynchronous bi-directional streaming |
Cgrpc::ServerAsyncWriterInterface< W > | |
Cgrpc_core::experimental::AuditContext | |
Cgrpc_core::experimental::AuditLogger | |
Cgrpc_core::experimental::AuditLoggerFactory | |
Cgrpc::AuthContext | Class encapsulating the Authentication Information |
Cgrpc::AuthMetadataProcessor | Interface allowing custom server-side authorization based on credentials encoded in metadata |
►Cgrpc::experimental::AuthorizationPolicyProviderInterface | |
Cgrpc::experimental::FileWatcherAuthorizationPolicyProvider | |
Cgrpc::experimental::StaticDataAuthorizationPolicyProvider | |
Cgrpc::AuthPropertyIterator | |
►Cgrpc_event_engine::experimental::slice_detail::BaseSlice | |
Cgrpc_event_engine::experimental::MutableSlice | |
Cgrpc_event_engine::experimental::Slice | |
Cgrpc::internal::BidiStreamingHandler< ServiceType, RequestType, ResponseType > | |
Cgrpc::internal::BlockingUnaryCallImpl< InputMessage, OutputMessage > | |
Cgrpc::ByteBuffer | A sequence of bytes |
Cgrpc::internal::Call | Straightforward wrapping of the C call object |
Cgrpc::CallbackGenericService | CallbackGenericService is the base class for generic services implemented using the callback API and registered through the ServerBuilder using RegisterCallbackGenericService |
Cgrpc::internal::CallbackUnaryCallImpl< InputMessage, OutputMessage > | |
►Cgrpc::internal::CallHook | This is an interface that Channel and Server implement to allow them to hook performing ops |
Cgrpc::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
►Cgrpc::ServerInterface | |
Cgrpc::Server | Represents a gRPC server |
Cgrpc::experimental::CallMetricRecorder | Records call metrics for the purpose of load balancing |
Cgrpc::internal::CallNoOp< Unused > | Default argument for CallOpSet |
Cgrpc::internal::CallOpClientRecvStatus | |
Cgrpc::internal::CallOpClientSendClose | |
Cgrpc::internal::CallOpGenericRecvMessage | |
Cgrpc::internal::CallOpRecvInitialMetadata | |
Cgrpc::internal::CallOpRecvMessage< R > | |
Cgrpc::internal::CallOpSendInitialMetadata | |
Cgrpc::internal::CallOpSendMessage | |
Cgrpc::internal::CallOpServerSendStatus | |
Cgrpc::internal::CallOpSet< Op1, Op2, Op3, Op4, Op5, Op6 > | Primary implementation of CallOpSetInterface |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpGenericRecvMessage, grpc::internal::CallOpClientRecvStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvInitialMetadata, grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< R > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< RequestType > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpRecvMessage< Response > > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpClientSendClose, grpc::internal::CallOpRecvInitialMetadata > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpSendMessage, grpc::internal::CallOpServerSendStatus > | |
Cgrpc::internal::CallOpSet< grpc::internal::CallOpSendInitialMetadata, grpc::internal::CallOpServerSendStatus > | |
Cgrpc_core::experimental::CertificateInfo | |
►Cgrpc::experimental::CertificateProviderInterface | |
Cgrpc::experimental::FileWatcherCertificateProvider | |
Cgrpc::experimental::StaticDataCertificateProvider | |
►Cgrpc::experimental::CertificateVerifier | |
Cgrpc::experimental::HostNameCertificateVerifier | |
Cgrpc::experimental::NoOpCertificateVerifier | |
Cgrpc::ChannelArguments | Options for channel creation |
►Cgrpc::ChannelInterface | Codegen interface for grpc::Channel |
Cgrpc::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
Cgrpc::experimental::DelegatingChannel | |
Cgrpc::internal::InterceptedChannel | An InterceptedChannel is available to client Interceptors |
Cgrpc::ClientAsyncReader< R > | Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from the server has messages of type R |
Cgrpc::internal::ClientAsyncReaderFactory< R > | |
Cgrpc::ClientAsyncReaderWriter< W, R > | 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 |
Cgrpc::internal::ClientAsyncReaderWriterFactory< W, R > | |
Cgrpc::ClientAsyncResponseReader< R > | Async API for client-side unary RPCs, where the message response received from the server is of type R |
Cgrpc::internal::ClientAsyncResponseReaderFactory< R > | |
Cgrpc::internal::ClientAsyncResponseReaderHelper | |
Cgrpc::ClientAsyncResponseReaderInterface< R > | An interface relevant for async client side unary RPCs (which send one request message to a server and receive one response message) |
►Cgrpc::internal::ClientAsyncStreamingInterface | Common interface for all client side asynchronous streaming |
Cgrpc::ClientAsyncReaderInterface< R > | |
Cgrpc::ClientAsyncReaderWriterInterface< W, R > | 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 |
Cgrpc::ClientAsyncWriterInterface< W > | Common interface for client side asynchronous writing |
Cgrpc::ClientAsyncWriter< W > | 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 |
Cgrpc::internal::ClientAsyncWriterFactory< W > | |
Cgrpc::ClientBidiReactor< Request, Response > | ClientBidiReactor is the interface for a bidirectional streaming RPC |
Cgrpc::ClientCallbackReader< Response > | |
Cgrpc::internal::ClientCallbackReaderFactory< Response > | |
Cgrpc::internal::ClientCallbackReaderImpl< Response > | |
Cgrpc::ClientCallbackReaderWriter< Request, Response > | |
Cgrpc::internal::ClientCallbackReaderWriterFactory< Request, Response > | |
Cgrpc::internal::ClientCallbackReaderWriterImpl< Request, Response > | |
►Cgrpc::ClientCallbackUnary | |
Cgrpc::internal::ClientCallbackUnaryImpl | |
Cgrpc::internal::ClientCallbackUnaryFactory | |
Cgrpc::ClientCallbackWriter< Request > | |
Cgrpc::internal::ClientCallbackWriterFactory< Request > | |
Cgrpc::internal::ClientCallbackWriterImpl< Request > | |
Cgrpc::ClientContext | A ClientContext allows the person implementing a service client to: |
Cgrpc::experimental::ClientInterceptorFactoryInterface | |
►Cgrpc::internal::ClientReactor | |
Cgrpc::ClientUnaryReactor | ClientUnaryReactor is a reactor-style interface for a unary RPC |
Cgrpc::ClientReader< R > | Synchronous (blocking) client-side API for doing server-streaming RPCs, where the stream of messages coming from the server has messages of type R |
Cgrpc::internal::ClientReaderFactory< R > | |
Cgrpc::ClientReaderWriter< W, R > | 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 |
Cgrpc::internal::ClientReaderWriterFactory< W, R > | |
Cgrpc::ClientReadReactor< Response > | ClientReadReactor is the interface for a server-streaming RPC |
Cgrpc::experimental::ClientRpcInfo | |
Cgrpc::internal::ClientStreamingHandler< ServiceType, RequestType, ResponseType > | A wrapper class of an application provided client streaming handler |
►Cgrpc::internal::ClientStreamingInterface | Common interface for all synchronous client side streaming |
Cgrpc::ClientReaderInterface< R > | Client-side interface for streaming reads of message of type R |
Cgrpc::ClientReaderWriterInterface< W, R > | 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 |
Cgrpc::ClientWriterInterface< W > | Client-side interface for streaming writes of message type W |
Cgrpc::ClientWriter< W > | Synchronous (blocking) client-side API for doing client-streaming RPCs, where the outgoing message stream coming from the client has messages of type W |
Cgrpc::ClientWriteReactor< Request > | ClientWriteReactor is the interface for a client-streaming RPC |
Cgrpc::internal::ClientWriterFactory< W > | |
Cgrpc_event_engine::experimental::EventEngine::Closure | A custom closure type for EventEngine task execution |
►Cgrpc::internal::CompletionQueueTag | An interface allowing implementors to process and filter event tags |
Cgrpc::internal::CallOpSetInterface | 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 |
►Cgrpc::ServerInterface::BaseAsyncRequest | |
Cgrpc::ServerInterface::GenericAsyncRequest | |
►Cgrpc::ServerInterface::RegisteredAsyncRequest | RegisteredAsyncRequest is not part of the C++ API |
Cgrpc::ServerInterface::NoPayloadAsyncRequest | |
Cgrpc::ServerInterface::PayloadAsyncRequest< Message > | |
Cgrpc::internal::CondVar | |
Cgrpc_core::experimental::AuditLoggerFactory::Config | |
Cgrpc_event_engine::experimental::EventEngine::ConnectionHandle | A handle to a cancellable connection attempt |
Cgrpc_event_engine::experimental::MemoryAllocator::Container< T > | A C++ allocator for containers of T |
Cgrpc::ContextAllocator | A CallbackServerContext allows users to use the contents of the CallbackServerContext or GenericCallbackServerContext structure for the callback API |
Cgrpc_event_engine::experimental::slice_detail::CopyConstructors< Out > | |
►Cgrpc_event_engine::experimental::slice_detail::CopyConstructors< MutableSlice > | |
Cgrpc_event_engine::experimental::MutableSlice | |
►Cgrpc_event_engine::experimental::slice_detail::CopyConstructors< Slice > | |
Cgrpc_event_engine::experimental::Slice | |
Cgrpc_core::experimental::Crl | |
Cgrpc_core::experimental::CrlProvider | |
Cstd::default_delete< grpc::ClientAsyncResponseReader< R > > | |
Cstd::default_delete< grpc::ClientAsyncResponseReaderInterface< R > > | |
►Cgrpc::internal::DeserializeFunc | |
Cgrpc::internal::DeserializeFuncType< R > | |
Cgrpc_event_engine::experimental::EventEngine::DNSResolver | Provides asynchronous resolution |
►Cenable_shared_from_this | |
Cgrpc::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
Cgrpc_event_engine::experimental::EventEngine | The EventEngine Interface |
Cgrpc_event_engine::experimental::internal::MemoryAllocatorImpl | Underlying memory allocation interface |
Cgrpc_event_engine::experimental::EndpointConfig | Collection of parameters used to configure client and server endpoints |
Cgrpc::internal::ErrorMethodHandler< code > | General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error |
Cgrpc::Server::experimental_type | NOTE: class experimental_type is not part of the public API of this class |
►Cgrpc::ServerBuilder::experimental_type | NOTE: class experimental_type is not part of the public API of this class |
Cgrpc::XdsServerBuilder::experimental_type | |
►Cgrpc_event_engine::experimental::Extensible | |
Cgrpc_event_engine::experimental::EventEngine | The EventEngine Interface |
Cgrpc_event_engine::experimental::EventEngine::Endpoint | One end of a connection between a gRPC client and server |
Cgrpc_event_engine::experimental::EventEngine::Listener | Listens for incoming connection requests from gRPC clients and initiates request processing once connections are established |
Cgrpc::experimental::ExternalCertificateVerifier | |
Cgrpc::experimental::ExternalConnectionAcceptor | |
Cgrpc::internal::FinishOnlyReactor< Base > | |
Cgrpc::Server::GlobalCallbacks | Global callbacks are a set of hooks that are called when server events occur |
Cgrpc::ClientContext::GlobalCallbacks | Global Callbacks |
Cgpr_event | |
Cgpr_log_func_args | Log overrides: applications can use this API to intercept logging calls and use their own implementations |
Cgpr_refcount | |
Cgpr_stats_counter | |
Cgpr_timespec | Analogous to struct timespec |
Cgrpc_arg | A single argument.. |
Cgrpc_arg::grpc_arg_value::grpc_arg_pointer | |
Cgrpc_arg_pointer_vtable | |
Cgrpc_arg::grpc_arg_value | |
Cgrpc_auth_metadata_context | Context that can be used by metadata credentials plugin in order to create auth related metadata |
Cgrpc_auth_metadata_processor | Pluggable server-side metadata processor object |
Cgrpc_auth_property | Value, if not NULL, is guaranteed to be NULL terminated |
Cgrpc_auth_property_iterator | |
Cgrpc_byte_buffer | |
Cgrpc_byte_buffer::grpc_byte_buffer_data | |
Cgrpc_byte_buffer_reader | |
Cgrpc_byte_buffer_reader::grpc_byte_buffer_reader_current | Different current objects correspond to different types of byte buffers |
Cgrpc_call_details | |
Cgrpc_channel_args | An array of arguments that can be passed around |
Cgrpc_channel_info | Information requested from the channel |
Cgrpc_completion_queue_attributes | |
►Cgrpc_completion_queue_functor | Specifies an interface class to be used as a tag for callback-based completion queues |
Cgrpc::internal::CallbackWithStatusTag | |
Cgrpc::internal::CallbackWithSuccessTag | CallbackWithSuccessTag can be reused multiple times, and will be used in this fashion for streaming operations |
Cgrpc_byte_buffer::grpc_byte_buffer_data::grpc_compressed_buffer | |
Cgrpc_compression_options | |
Cgrpc_compression_options::grpc_compression_options_default_algorithm | The default message compression algorithm |
Cgrpc_compression_options::grpc_compression_options_default_level | The default compression level |
Cgrpc_event | The result of an operation |
Cgrpc_metadata | A single metadata element |
Cgrpc_metadata_array | |
Cgrpc_metadata_credentials_plugin | Grpc_metadata_credentials plugin is an API user provided structure used to create grpc_credentials objects that can be set on a channel (composed) or a call |
Cgrpc_op | Operation data: one field for each op type (except SEND_CLOSE_FROM_CLIENT which has no arguments) |
Cgrpc_op::grpc_op_data | |
Cgrpc_op::grpc_op_data::grpc_op_recv_close_on_server | |
Cgrpc_op::grpc_op_data::grpc_op_recv_initial_metadata | Ownership of the array is with the caller, but ownership of the elements stays with the call object (ie key, value members are owned by the call object, recv_initial_metadata->array is owned by the caller) |
Cgrpc_op::grpc_op_data::grpc_op_recv_message | Ownership of the byte buffer is moved to the caller; the caller must call grpc_byte_buffer_destroy on this value, or reuse it in a future op |
Cgrpc_op::grpc_op_data::grpc_op_recv_status_on_client | |
Cgrpc_op::grpc_op_data::grpc_op_send_initial_metadata | |
Cgrpc_op::grpc_op_data::grpc_op_send_initial_metadata::grpc_op_send_initial_metadata_maybe_compression_level | If is_set, compression_level will be used for the call |
Cgrpc_op::grpc_op_data::grpc_op_send_message | |
Cgrpc_op::grpc_op_data::grpc_op_send_status_from_server | |
Cgrpc_server_xds_status_notifier | |
Cgrpc_serving_status_update | |
Cgrpc_slice | A grpc_slice s, if initialized, represents the byte range s.bytes[0..s.length-1] |
Cgrpc_slice_buffer | Represents an expandable array of slices, to be interpreted as a single item |
Cgrpc_slice::grpc_slice_data | |
Cgrpc_slice::grpc_slice_data::grpc_slice_inlined | |
Cgrpc_slice::grpc_slice_data::grpc_slice_refcounted | |
Cgrpc_ssl_pem_key_cert_pair | Object that holds a private key / certificate chain pair in PEM format |
Cgrpc_ssl_verify_peer_options | Object that holds additional peer-verification options on a secure channel |
Cgrpc_sts_credentials_options | Options for creating STS Oauth Token Exchange credentials following the IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 |
Cgrpc_tls_certificate_verifier_external | EXPERIMENTAL API - Subject to change |
Cgrpc_tls_custom_verification_check_request | EXPERIMENTAL API - Subject to change |
►Cgrpc::internal::GrpcLibrary | Classes that require gRPC to be initialized should inherit from this class |
Cgrpc::Alarm | Trigger a CompletionQueue event, or asynchronous callback execution, after some deadline |
Cgrpc::CallCredentials | A call credentials object encapsulates the state needed by a client to authenticate with a server for a given call on a channel |
Cgrpc::Channel | Channels represent a connection to an endpoint. Created by CreateChannel |
Cgrpc::ChannelCredentials | A channel credentials object encapsulates all the state needed by a client to authenticate with a server for a given channel |
►Cgrpc::CompletionQueue | A thin wrapper around grpc_completion_queue (see src/core/lib/surface/completion_queue.h) |
Cgrpc::ServerCompletionQueue | A specific type of completion queue used by the processing of notifications by servers |
Cgrpc::ResourceQuota | ResourceQuota represents a bound on memory and thread usage by the gRPC library |
Cgrpc::Server | Represents a gRPC server |
Cgrpc::ServerCredentials | Wrapper around grpc_server_credentials, a way to authenticate a server |
Cgrpc::internal::MethodHandler::HandlerParameter | |
Cgrpc::HealthCheckServiceInterface | The gRPC server uses this interface to expose the health checking service without depending on protobuf |
Cgrpc::experimental::IdentityKeyCertPair | |
Cgrpc::experimental::Interceptor | Interface for an interceptor |
►Cgrpc::experimental::InterceptorBatchMethods | Class that is passed as an argument to the Intercept method of the application's Interceptor interface implementation |
Cgrpc::internal::CancelInterceptorBatchMethods | |
Cgrpc::internal::InterceptorBatchMethodsImpl | |
Cgrpc_core::experimental::Json | |
Cgrpc_event_engine::experimental::MemoryAllocator | |
Cgrpc_event_engine::experimental::MemoryAllocatorFactory | |
Cgrpc_event_engine::experimental::MemoryRequest | Reservation request - how much memory do we want to allocate? |
Cgrpc::MessageAllocator< RequestT, ResponseT > | |
Cgrpc::MessageAllocator< RequestType, ResponseType > | |
Cgrpc::MetadataCredentialsPlugin | User defined metadata credentials |
Cgrpc::internal::MetadataMap | |
►Cgrpc::internal::MethodHandler | Base class for running an RPC handler |
Cgrpc::internal::CallbackBidiHandler< RequestType, ResponseType > | |
Cgrpc::internal::CallbackClientStreamingHandler< RequestType, ResponseType > | |
Cgrpc::internal::CallbackServerStreamingHandler< RequestType, ResponseType > | |
Cgrpc::internal::CallbackUnaryHandler< RequestType, ResponseType > | |
Cgrpc::internal::Mutex | |
Cgrpc::internal::MutexLock | |
Cgrpc::ServerBuilder::NamedService | |
Cgrpc::experimental::ExternalConnectionAcceptor::NewConnectionParameters | |
Cgrpc_core::experimental::PassiveListener | – EXPERIMENTAL API – Interface for used for Server Endpoint injection |
Cgrpc_tls_custom_verification_check_request::peer_info | |
Cgrpc::SslServerCredentialsOptions::PemKeyCertPair | |
Cgrpc::ServerBuilder::Port | Experimental, to be deprecated |
Cgrpc::PropagationOptions | Options for ClientContext::FromServerContext specifying which traits from the ServerContext to propagate (copy) from it into a new ClientContext |
Cgrpc_event_engine::experimental::EventEngine::Endpoint::ReadArgs | A struct representing optional arguments that may be provided to an EventEngine Endpoint Read API call |
►Cgrpc::internal::ReaderInterface< R > | An interface that yields a sequence of messages of type R |
Cgrpc::ClientReaderInterface< R > | Client-side interface for streaming reads of message of type R |
Cgrpc::ClientReaderWriterInterface< W, R > | 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 |
Cgrpc::ServerReaderInterface< R > | Server-side interface for streaming reads of message of type R |
►Cgrpc::ServerReaderWriterInterface< W, R > | Server-side interface for bi-directional streaming |
Cgrpc::ServerReaderWriter< W, R > | 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 |
►Cgrpc::internal::ReaderInterface< RequestType > | |
►Cgrpc::ServerReaderWriterInterface< ResponseType, RequestType > | |
Cgrpc::ServerSplitStreamer< RequestType, ResponseType > | A class to represent a flow-controlled server-side streaming call |
Cgrpc::ServerUnaryStreamer< RequestType, ResponseType > | A class to represent a flow-controlled unary call |
Cgrpc::internal::ReleasableMutexLock | |
Cgrpc_event_engine::experimental::MemoryAllocator::Reservation | An automatic releasing reservation of memory |
Cgrpc_event_engine::experimental::EventEngine::ResolvedAddress | Thin wrapper around a platform-specific sockaddr type |
Cgrpc_event_engine::experimental::EventEngine::DNSResolver::ResolverOptions | Optional configuration for DNSResolvers |
►Cgrpc::RpcAllocatorState | |
Cgrpc::MessageHolder< RequestT, ResponseT > | |
►Cgrpc::MessageHolder< Request, Response > | |
Cgrpc::internal::DefaultMessageHolder< Request, Response > | |
Cgrpc::MessageHolder< RequestType, ResponseType > | |
►Cgrpc::internal::RpcMethod | Descriptor of an RPC method |
Cgrpc::internal::RpcServiceMethod | Server side rpc method class |
Cgrpc::internal::RpcMethodHandler< ServiceType, RequestType, ResponseType, BaseRequestType, BaseResponseType > | A wrapper class of an application provided rpc method handler |
Cgrpc_tls_custom_verification_check_request::peer_info::san_names | |
►Cgrpc::experimental::binder::SecurityPolicy | |
Cgrpc::experimental::binder::InternalOnlySecurityPolicy | |
Cgrpc::experimental::binder::UntrustedSecurityPolicy | |
Cgrpc::SerializationTraits< Message, UnusedButHereForPartialTemplateSpecialization > | Defines how to serialize and deserialize some type |
Cgrpc::SerializationTraits< ByteBuffer, void > | |
Cgrpc::ServerAsyncReader< W, R > | 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 |
Cgrpc::ServerAsyncReaderWriter< W, R > | 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 |
Cgrpc::ServerAsyncResponseWriter< W > | Async server-side API for handling unary calls, where the single response message sent to the client is of type W |
►Cgrpc::internal::ServerAsyncStreamingInterface | |
Cgrpc::ServerAsyncReaderInterface< W, R > | |
Cgrpc::ServerAsyncReaderWriterInterface< W, R > | Server-side interface for asynchronous bi-directional streaming |
Cgrpc::ServerAsyncWriterInterface< W > | |
Cgrpc::ServerAsyncWriter< W > | Async server-side API for doing server streaming RPCs, where the outgoing message stream from the server has messages of type W |
Cgrpc::ServerBidiReactor< Request, Response > | ServerBidiReactor is the interface for a bidirectional streaming RPC |
►Cgrpc::ServerBuilder | A builder class for the creation and startup of grpc::Server instances |
Cgrpc::XdsServerBuilder | |
►Cgrpc::ServerBuilderOption | Interface to pass an option to a ServerBuilder |
Cgrpc::HealthCheckServiceServerBuilderOption | |
Cgrpc::ServerBuilderPlugin | This interface is meant for internal usage only |
►Cgrpc::internal::ServerCallbackCall | The base class of ServerCallbackUnary etc |
Cgrpc::ServerCallbackReader< Request > | |
Cgrpc::ServerCallbackReaderWriter< Request, Response > | |
Cgrpc::ServerCallbackUnary | |
Cgrpc::ServerCallbackWriter< Response > | |
Cgrpc::ServerCallbackReader< RequestType > | |
Cgrpc::ServerCallbackReaderWriter< RequestType, ResponseType > | |
Cgrpc::ServerCallbackWriter< ResponseType > | |
►Cgrpc::ServerContextBase | Base class of ServerContext |
►Cgrpc::CallbackServerContext | |
Cgrpc::GenericCallbackServerContext | |
►Cgrpc::ServerContext | A ServerContext or CallbackServerContext allows the code implementing a service handler to: |
Cgrpc::GenericServerContext | |
Cgrpc::ServerInitializer | |
Cgrpc::experimental::ServerInterceptorFactoryInterface | |
Cgrpc::experimental::ServerMetricRecorder | Records server wide metrics to be reported to the client |
►Cgrpc::internal::ServerReactor | |
Cgrpc::ServerUnaryReactor | |
Cgrpc::ServerReader< R > | Synchronous (blocking) server-side API for doing client-streaming RPCs, where the incoming message stream coming from the client has messages of type R |
Cgrpc::internal::ServerReaderWriterBody< W, R > | |
Cgrpc::internal::ServerReaderWriterBody< ResponseType, RequestType > | |
Cgrpc::ServerReadReactor< Request > | ServerReadReactor is the interface for a client-streaming RPC |
Cgrpc::experimental::ServerRpcInfo | ServerRpcInfo represents the state of a particular RPC as it appears to an interceptor |
Cgrpc::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType > | A wrapper class of an application provided server streaming handler |
►Cgrpc::internal::ServerStreamingInterface | Common interface for all synchronous server side streaming |
Cgrpc::ServerReaderInterface< R > | Server-side interface for streaming reads of message of type R |
Cgrpc::ServerReaderWriterInterface< W, R > | Server-side interface for bi-directional streaming |
Cgrpc::ServerWriterInterface< W > | Server-side interface for streaming writes of message of type W |
Cgrpc::ServerReaderWriterInterface< ResponseType, RequestType > | |
Cgrpc::ServerWriter< W > | 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 |
Cgrpc::ServerWriteReactor< Response > | ServerWriteReactor is the interface for a server-streaming RPC |
Cgrpc::Service | Descriptor of an RPC service and its various RPC methods |
Cgrpc::XdsServerServingStatusNotifierInterface::ServingStatusUpdate | |
Cgrpc::Slice | A wrapper around grpc_slice |
Cgrpc_event_engine::experimental::SliceBuffer | A Wrapper around grpc_slice_buffer pointer |
Cgrpc_event_engine::experimental::internal::SliceCastable< Result, T > | |
Cgrpc_event_engine::experimental::internal::SliceCastable< A, A > | |
Cgrpc_event_engine::experimental::internal::SliceCastable< grpc_slice, MutableSlice > | |
Cgrpc_event_engine::experimental::internal::SliceCastable< grpc_slice, Slice > | |
Cgrpc_event_engine::experimental::internal::SliceCastable< MutableSlice, grpc_slice > | |
Cgrpc_event_engine::experimental::internal::SliceCastable< MutableSlice, Slice > | |
Cgrpc_event_engine::experimental::internal::SliceCastable< Slice, grpc_slice > | |
Cgrpc_event_engine::experimental::internal::SliceCastable< Slice, MutableSlice > | |
Cgrpc_event_engine::experimental::EventEngine::DNSResolver::SRVRecord | DNS SRV record type |
Cgrpc::SslCredentialsOptions | Options used to build SslCredentials |
Cgrpc::SslServerCredentialsOptions | Options to create ServerCredentials with SSL |
Cgrpc_core::experimental::StatsPluginChannelScope | |
Cgrpc::Status | Did it work? If it didn't, why? |
Cgrpc::string_ref | This class is a non owning reference to a string |
Cgrpc::experimental::StsCredentialsOptions | Options for creating STS Oauth Token Exchange credentials following the IETF draft https://tools.ietf.org/html/draft-ietf-oauth-token-exchange-16 |
Cgrpc::StubOptions | Useful interface for generated stubs |
Cgrpc_event_engine::experimental::EventEngine::TaskHandle | Represents a scheduled task |
►Cgrpc::internal::TemplatedBidiStreamingHandler< Streamer, WriteNeeded > | A wrapper class of an application provided bidi-streaming handler |
Cgrpc::internal::StreamedUnaryHandler< RequestType, ResponseType > | |
►Cgrpc::internal::TemplatedBidiStreamingHandler< ServerSplitStreamer< RequestType, ResponseType >, false > | |
Cgrpc::internal::SplitServerStreamingHandler< RequestType, ResponseType > | |
Cgrpc::internal::TemplatedBidiStreamingHandler< ServerUnaryStreamer< RequestType, ResponseType >, true > | |
►Cgrpc::internal::TemplatedGenericStubCallbackInternal< RequestType, ResponseType > | Generic stubs provide a type-unaware interface to call gRPC methods by name |
Cgrpc::TemplatedGenericStub< RequestType, ResponseType > | Generic stubs provide a type-unaware interface to call gRPC methods by name |
Cgrpc::TemplatedGenericStubCallback< RequestType, ResponseType > | Generic stubs provide a type-unaware interface to call gRPC methods by name |
Cgrpc::TimePoint< T > | If you are trying to use CompletionQueue::AsyncNext with a time class that isn't either gpr_timespec or std::chrono::system_clock::time_point, you will most likely be looking at this comment as your compiler will have fired an error below |
Cgrpc::TimePoint< gpr_timespec > | |
Cgrpc::TimePoint< std::chrono::system_clock::time_point > | |
►Cgrpc::experimental::TlsCredentialsOptions | |
Cgrpc::experimental::TlsChannelCredentialsOptions | |
Cgrpc::experimental::TlsServerCredentialsOptions | |
Cgrpc::experimental::TlsCustomVerificationCheckRequest | |
►Cvector | |
Cgrpc_event_engine::experimental::Vector< T > | |
Cverify_peer_options | Deprecated in favor of grpc_ssl_verify_peer_options |
Cgrpc_event_engine::experimental::EventEngine::Endpoint::WriteArgs | A struct representing optional arguments that may be provided to an EventEngine Endpoint Write API call |
Cgrpc::WriteOptions | Per-message write options |
►Cgrpc::internal::WriterInterface< W > | An interface that can be fed a sequence of messages of type W |
Cgrpc::ClientReaderWriterInterface< W, R > | 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 |
Cgrpc::ClientWriterInterface< W > | Client-side interface for streaming writes of message type W |
Cgrpc::ServerReaderWriterInterface< W, R > | Server-side interface for bi-directional streaming |
Cgrpc::ServerWriterInterface< W > | Server-side interface for streaming writes of message of type W |
►Cgrpc::internal::WriterInterface< ResponseType > | |
Cgrpc::ServerReaderWriterInterface< ResponseType, RequestType > | |
Cgrpc::XdsServerServingStatusNotifierInterface | |
►CZeroCopyInputStream | |
Cgrpc::ProtoBufferReader | This is a specialization of the protobuf class ZeroCopyInputStream The principle is to get one chunk of data at a time from the proto layer, with options to backup (re-see some bytes) or skip (forward past some bytes) |
►CZeroCopyOutputStream | |
Cgrpc::ProtoBufferWriter | This is a specialization of the protobuf class ZeroCopyOutputStream |