#include <server_interface.h>

Additional Inherited Members | |
Protected Member Functions inherited from grpc::ServerInterface::RegisteredAsyncRequest | |
| void | IssueRequest (void *registered_method, grpc_byte_buffer **payload, grpc::ServerCompletionQueue *notification_cq) |
Protected Attributes inherited from grpc::ServerInterface::RegisteredAsyncRequest | |
| const char * | name_ |
| const internal::RpcMethod::RpcType | type_ |
Protected Attributes inherited from grpc::ServerInterface::BaseAsyncRequest | |
| grpc_call * | call_ |
| grpc::CompletionQueue *const | call_cq_ |
| internal::Call | call_wrapper_ |
| grpc::ServerContext *const | context_ |
| const bool | delete_on_finalize_ |
| bool | done_intercepting_ |
| internal::InterceptorBatchMethodsImpl | interceptor_methods_ |
| grpc::ServerCompletionQueue *const | notification_cq_ |
| ServerInterface *const | server_ |
| internal::ServerAsyncStreamingInterface *const | stream_ |
| void *const | tag_ |
Definition at line 225 of file grpcpp/impl/codegen/server_interface.h.
|
inline |
Definition at line 227 of file grpcpp/impl/codegen/server_interface.h.