class
GRPC::Transport::PendingCall
- GRPC::Transport::PendingCall
- Reference
- Object
Overview
PendingCall holds state for an in-flight client RPC.
Defined in:
grpc/transport/http2_client_connection.crConstructors
Instance Method Summary
- #add_header(key : String, value : String) : Nil
- #begin_header_block : Nil
- #complete : Nil
- #done : ::Channel(Nil)
- #done=(done : ::Channel(Nil))
- #grpc_headers : Metadata
- #grpc_status : Status
- #grpc_trailers : Metadata
- #response_body : IO::Memory
- #response_body=(response_body : IO::Memory)
- #response_bytes : Bytes
- #response_headers : Metadata
- #send_buf : SendBuffer | Nil
- #send_buf=(send_buf : SendBuffer | Nil)
- #trailers : Metadata
- #transport_error=(status : Status) : Nil
- #wait : Nil