#include <server.h>
Public Attributes | |
| grpc_call ** | call |
| grpc_completion_queue * | cq |
| gpr_timespec * | deadline |
| grpc_metadata_array * | initial_metadata |
| grpc_byte_buffer ** | optional_payload |
| void * | tag |
Definition at line 97 of file src/core/lib/surface/server.h.
| grpc_call** grpc_core::Server::RegisteredCallAllocation::call |
Definition at line 99 of file src/core/lib/surface/server.h.
| grpc_completion_queue* grpc_core::Server::RegisteredCallAllocation::cq |
Definition at line 103 of file src/core/lib/surface/server.h.
| gpr_timespec* grpc_core::Server::RegisteredCallAllocation::deadline |
Definition at line 101 of file src/core/lib/surface/server.h.
| grpc_metadata_array* grpc_core::Server::RegisteredCallAllocation::initial_metadata |
Definition at line 100 of file src/core/lib/surface/server.h.
| grpc_byte_buffer** grpc_core::Server::RegisteredCallAllocation::optional_payload |
Definition at line 102 of file src/core/lib/surface/server.h.
| void* grpc_core::Server::RegisteredCallAllocation::tag |
Definition at line 98 of file src/core/lib/surface/server.h.