class

GRPC::Transport::PendingCall

Inherits Reference < Object

PendingCall holds state for an in-flight client RPC.

Constructors

Instance methods

add_header(key : String, value : String) : Nil
Source
begin_header_block
Source
complete
Source
done
Source
done=(done : ::Channel(Nil))
Source
grpc_headers
Source
grpc_status
Source
grpc_trailers
Source
response_body
Source
response_body=(response_body : IO::Memory)
Source
response_bytes
Source
response_headers
Source
send_buf
Source
send_buf=(send_buf : SendBuffer | Nil)
Source
trailers
Source
transport_error=(status : Status) : Nil
Source
wait
Source