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