GRPC Objective-C  1.26.0
Instance Methods
GRPCCall2Internal Class Reference

#import <GRPCCallInternal.h>

Instance Methods

(instancetype) - initWithTransportManager:
 
(void) - startWithRequestOptions:callOptions:
 To start the call. More...
 
(void) - writeData:
 To write data to the call. More...
 
(void) - finish
 To finish the stream of requests. More...
 
(void) - cancel
 To cancel the call. More...
 
(void) - receiveNextMessages:
 To indicate the call that the previous interceptor is ready to receive more messages. More...
 

Additional Inherited Members

- Properties inherited from <GRPCDispatchable>
dispatch_queue_t dispatchQueue
 The dispatch queue where the object's methods should be run on. More...
 

Method Documentation

◆ cancel

- (void) cancel

To cancel the call.

Reimplemented from <GRPCInterceptorInterface>.

◆ finish

- (void) finish

To finish the stream of requests.

Reimplemented from <GRPCInterceptorInterface>.

◆ initWithTransportManager:

- (instancetype) initWithTransportManager: (GRPCTransportManager *)  transportManager

◆ receiveNextMessages:

- (void) receiveNextMessages: (NSUInteger)  numberOfMessages

To indicate the call that the previous interceptor is ready to receive more messages.

Reimplemented from <GRPCInterceptorInterface>.

◆ startWithRequestOptions:callOptions:

- (void) startWithRequestOptions: (GRPCRequestOptions *)  requestOptions
callOptions: (GRPCCallOptions *)  callOptions 

To start the call.

This method will only be called once for each instance.

Reimplemented from <GRPCInterceptorInterface>.

◆ writeData:

- (void) writeData: (id)  data

To write data to the call.

Reimplemented from <GRPCInterceptorInterface>.


The documentation for this class was generated from the following file: