GRPC Objective-C  1.71.0
GRPCTransport Class Reference

Base class for transport implementations. More...

#import <GRPCTransport.h>

Additional Inherited Members

- Instance Methods inherited from <GRPCInterceptorInterface>
(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...
 
- Properties inherited from <GRPCDispatchable>
dispatch_queue_t dispatchQueue
 The dispatch queue where the object's methods should be run on. More...
 

Detailed Description

Base class for transport implementations.

All transport implementation should inherit from this class.


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