Instance Methods | List of all members
GRPCCall2Internal Class Reference

#import <GRPCCallInternal.h>

Inheritance diagram for GRPCCall2Internal:
Inheritance graph
[legend]

Instance Methods

(void) - cancel
 
(void) - finish
 
(instancetype) - initWithTransportManager:
 
(void) - receiveNextMessages:
 
(void) - startWithRequestOptions:callOptions:
 
(void) - writeData:
 

Additional Inherited Members

- Properties inherited from <GRPCDispatchable>
dispatch_queue_t dispatchQueue
 

Detailed Description

Definition at line 27 of file GRPCCallInternal.h.

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:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:46