GRPC Objective-C
1.39.1
|
A factory interface which generates new channel. More...
#import <GRPCChannelFactory.h>
Instance Methods | |
(nullable grpc_channel *) | - createChannelWithHost:channelArgs: |
Create a channel with specific channel args to a specific host. More... | |
A factory interface which generates new channel.
- (nullable grpc_channel *) createChannelWithHost: | (NSString *) | host | |
channelArgs: | (nullable NSDictionary *) | args | |
Create a channel with specific channel args to a specific host.
Reimplemented in GRPCSecureChannelFactory, GRPCInsecureChannelFactory, and GRPCCronetChannelFactory.