Lines Matching refs:sends
243 ``pw_rpc`` sends all of its packets over channels. These are logical,
382 The client sends ``CLIENT_ERROR`` packets to a server when it receives a packet
432 The server sends ``SERVER_ERROR`` packets when it receives a packet it cannot
451 In a unary RPC, the client sends a single request and the server sends a single
473 In a server streaming RPC, the client sends a single request and the server
474 sends any number of responses followed by a ``SERVER_STREAM_END`` packet.
499 Server streaming RPCs may be cancelled by the client. The client sends a
533 In a client streaming RPC, the client sends any number of RPC requests followed
534 by a ``CLIENT_STREAM_END`` packet. The server then sends a single response.
599 In a bidirectional streaming RPC, the client sends any number of requests and
600 the server sends any number of responses. The client sends a
602 sends a ``SERVER_STREAM_END`` packet after it receives the client's