21 NS_ASSUME_NONNULL_BEGIN
34 - (void)writeData:(
id)data;
40 - (void)receiveNextMessages:(NSUInteger)numberOfMessages;
void cancel()
To cancel the call.
Definition: GRPCCallInternal.h:27
HTTP request parameters.
Definition: GRPCCall.h:102
A factory interface which generates new channel.
Definition: GRPCChannelFactory.h:26
Immutable user configurable options for a gRPC call.
Definition: GRPCCallOptions.h:30
An object can implement this protocol to receive responses from server from a call.
Definition: GRPCCall.h:50
void finish()
To finish the stream of requests.
GRPCTransportManager is a helper class to forward messages between the last interceptor and the trans...
Definition: GRPCTransport+Private.h:50
Base class for transport implementations.
Definition: GRPCTransport.h:82