GRPC Objective-C
1.71.0
|
Base class for transport implementations. More...
#import <GRPCTransport.h>
Additional Inherited Members | |
![]() | |
(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... | |
![]() | |
dispatch_queue_t | dispatchQueue |
The dispatch queue where the object's methods should be run on. More... | |
Base class for transport implementations.
All transport implementation should inherit from this class.