GRPC C++  1.23.0
Data Structures | Namespaces | Typedefs
async_generic_service.h File Reference
#include <grpcpp/impl/codegen/async_stream_impl.h>
#include <grpcpp/impl/codegen/byte_buffer.h>
#include <grpcpp/impl/codegen/server_callback_impl.h>

Go to the source code of this file.

Data Structures

class  grpc::GenericServerContext
 
class  grpc::AsyncGenericService
 
class  grpc::experimental::ServerGenericBidiReactor
 ServerGenericBidiReactor is the reactor class for bidi streaming RPCs invoked on a CallbackGenericService. More...
 
class  grpc::internal::UnimplementedGenericBidiReactor
 
class  grpc::experimental::CallbackGenericService
 CallbackGenericService is the base class for generic services implemented using the callback API and registered through the ServerBuilder using RegisterCallbackGenericService. More...
 

Namespaces

 grpc
 This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInputStream interface.
 
 grpc::experimental
 ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor.
 
 grpc::internal
 Models a gRPC server.
 

Typedefs

typedef ::grpc_impl::ServerAsyncReaderWriter< ByteBuffer, ByteBuffer > grpc::GenericServerAsyncReaderWriter
 
typedef ::grpc_impl::ServerAsyncResponseWriter< ByteBuffer > grpc::GenericServerAsyncResponseWriter
 
typedef ::grpc_impl::ServerAsyncReader< ByteBuffer, ByteBuffer > grpc::GenericServerAsyncReader
 
typedef ::grpc_impl::ServerAsyncWriter< ByteBuffer > grpc::GenericServerAsyncWriter