Go to the source code of this file.
|
enum | fling_server_tags {
FLING_SERVER_NEW_REQUEST = 1,
FLING_SERVER_READ_FOR_UNARY,
FLING_SERVER_BATCH_OPS_FOR_UNARY,
FLING_SERVER_SEND_INIT_METADATA_FOR_STREAMING,
FLING_SERVER_READ_FOR_STREAMING,
FLING_SERVER_WRITE_FOR_STREAMING,
FLING_SERVER_SEND_STATUS_FOR_STREAMING,
FLING_SERVER_NEW_REQUEST = 1,
FLING_SERVER_SEND_INIT_METADATA,
FLING_SERVER_WAIT_FOR_DESTROY,
FLING_SERVER_SEND_STATUS_FLING_CALL,
FLING_SERVER_SEND_STATUS_SNAPSHOT,
FLING_SERVER_BATCH_SEND_STATUS_FLING_CALL
} |
|
◆ fling_server_tags
Enumerator |
---|
FLING_SERVER_NEW_REQUEST | |
FLING_SERVER_READ_FOR_UNARY | |
FLING_SERVER_BATCH_OPS_FOR_UNARY | |
FLING_SERVER_SEND_INIT_METADATA_FOR_STREAMING | |
FLING_SERVER_READ_FOR_STREAMING | |
FLING_SERVER_WRITE_FOR_STREAMING | |
FLING_SERVER_SEND_STATUS_FOR_STREAMING | |
FLING_SERVER_NEW_REQUEST | |
FLING_SERVER_SEND_INIT_METADATA | |
FLING_SERVER_WAIT_FOR_DESTROY | |
FLING_SERVER_SEND_STATUS_FLING_CALL | |
FLING_SERVER_SEND_STATUS_SNAPSHOT | |
FLING_SERVER_BATCH_SEND_STATUS_FLING_CALL | |
Definition at line 64 of file test/core/fling/server.cc.
◆ handle_unary_method()
static void handle_unary_method |
( |
void |
| ) |
|
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ request_call()
static void request_call |
( |
void |
| ) |
|
|
static |
◆ send_initial_metadata()
static void send_initial_metadata |
( |
void |
| ) |
|
|
static |
◆ sigint_handler()
static void sigint_handler |
( |
int |
| ) |
|
|
static |
◆ start_read_op()
static void start_read_op |
( |
int |
t | ) |
|
|
static |
◆ start_send_status()
static void start_send_status |
( |
void |
| ) |
|
|
static |
◆ start_write_op()
static void start_write_op |
( |
void |
| ) |
|
|
static |
◆ tag()
◆ call
◆ call_details
◆ cq
◆ got_sigint
◆ initial_metadata_send
◆ metadata_send_op
◆ payload_buffer
◆ read_op
◆ request_metadata_recv
◆ server
◆ status_op
◆ terminal_buffer
◆ unary_ops
◆ was_cancelled
◆ write_op