|
class | grpc_impl::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. More...
|
|
class | grpc_impl::ServerAsyncWriter< W > |
| Async server-side API for doing server streaming RPCs, where the outgoing message stream from the server has messages of type W. More...
|
|
class | grpc_impl::ServerAsyncResponseWriter< W > |
| Async server-side API for handling unary calls, where the single response message sent to the client is of type W. More...
|
|
class | grpc_impl::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. More...
|
|
class | grpc_impl::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. More...
|
|
class | grpc_impl::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. More...
|
|
class | grpc_impl::internal::BidiStreamingHandler< ServiceType, RequestType, ResponseType > |
|
class | grpc_impl::internal::CallbackUnaryHandler< RequestType, ResponseType > |
|
class | grpc_impl::internal::CallbackClientStreamingHandler< RequestType, ResponseType > |
|
class | grpc_impl::internal::CallbackServerStreamingHandler< RequestType, ResponseType > |
|
class | grpc_impl::internal::CallbackBidiHandler< RequestType, ResponseType > |
|
class | grpc_impl::internal::ClientStreamingHandler< ServiceType, RequestType, ResponseType > |
| A wrapper class of an application provided client streaming handler. More...
|
|
class | grpc_impl::internal::RpcMethodHandler< ServiceType, RequestType, ResponseType > |
| A wrapper class of an application provided rpc method handler. More...
|
|
class | grpc_impl::internal::FinishOnlyReactor< Base > |
|
class | grpc_impl::internal::ServerReaderWriterBody< W, R > |
|
class | grpc_impl::internal::ServerStreamingHandler< ServiceType, RequestType, ResponseType > |
| A wrapper class of an application provided server streaming handler. More...
|
|
class | grpc_impl::internal::TemplatedBidiStreamingHandler< Streamer, WriteNeeded > |
| A wrapper class of an application provided bidi-streaming handler. More...
|
|
class | grpc_impl::internal::ErrorMethodHandler< code > |
| General method handler class for errors that prevent real method use e.g., handle unknown method by returning UNIMPLEMENTED error. More...
|
|
class | grpc_impl::ServerContextBase |
| Base class of ServerContext. Experimental until callback API is final. More...
|
|
class | grpc_impl::ServerContext |
| A ServerContext or CallbackServerContext allows the code implementing a service handler to: More...
|
|
class | grpc_impl::CallbackServerContext |
|