#import <GRPCTransport.h>

Additional Inherited Members | |
Instance Methods inherited from <GRPCInterceptorInterface> | |
| (void) | - cancel |
| (void) | - finish |
| (void) | - receiveNextMessages: |
| (void) | - startWithRequestOptions:callOptions: |
| (void) | - writeData: |
Properties inherited from <GRPCDispatchable> | |
| dispatch_queue_t | dispatchQueue |
Base class for transport implementations. All transport implementation should inherit from this class.
Definition at line 82 of file GRPCTransport.h.