|
GRPC Objective-C
1.26.0
|
The factory for gRPC Core + Cronet transport implementation. More...
#import <GRPCCoreCronetFactory.h>
Additional Inherited Members | |
Instance Methods inherited from <GRPCCoreTransportFactory> | |
| (nullable id< GRPCChannelFactory >) | - createCoreChannelFactoryWithCallOptions: |
| Get the channel factory for GRPCChannel from call options. More... | |
Instance Methods inherited from <GRPCTransportFactory> | |
| (GRPCTransport *) | - createTransportWithManager: |
| Create a transport implementation instance. More... | |
Properties inherited from <GRPCTransportFactory> | |
| NSArray< id< GRPCInterceptorFactory > > * | transportInterceptorFactories |
| Get a list of factories for transport inteceptors. More... | |
The factory for gRPC Core + Cronet transport implementation.
The implementation is not part of the default transports of gRPC and is for testing purpose only on Github.
To use this transport, a user must include the GRPCCoreCronet module as a dependency of the project and use gGRPCCoreCronetID in call options to specify that this is the transport to be used for a call.