GRPC Objective-C  1.26.0
Instance Methods
<GRPCChannelFactory> Protocol Reference

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...
 

Detailed Description

A factory interface which generates new channel.

Method Documentation

◆ createChannelWithHost:channelArgs:

- (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.


The documentation for this protocol was generated from the following file: