22 NS_ASSUME_NONNULL_BEGIN
31 + (nullable instancetype)factoryWithPEMRootCertificates:(nullable NSString *)rootCerts
32 privateKey:(nullable NSString *)privateKey
33 certChain:(nullable NSString *)certChain
34 error:(NSError **)errorPtr;
36 - (nullable grpc_channel *)createChannelWithHost:(NSString *)host
37 channelArgs:(nullable NSDictionary *)args;
nullable instancetype NS_UNAVAILABLE()
A factory interface which generates new channel.
Definition: GRPCChannelFactory.h:26
Each separate instance of this class represents at least one TCP connection to the provided host...
Definition: GRPCChannel.h:65
Definition: GRPCSecureChannelFactory.h:24