GRPC Objective-C  1.26.0
Instance Methods | Class Methods
GRPCInsecureChannelFactory Class Reference

#import <GRPCInsecureChannelFactory.h>

Instance Methods

(nullable grpc_channel *) - createChannelWithHost:channelArgs:
 Create a channel with specific channel args to a specific host. More...
 
(nullable instancetype) - NS_UNAVAILABLE
 

Class Methods

(nullable instancetype) + sharedInstance
 

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

◆ NS_UNAVAILABLE()

- (nullable instancetype) NS_UNAVAILABLE

◆ sharedInstance()

+ (nullable instancetype) sharedInstance

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