#import <GRPCInsecureChannelFactory.h>
Instance Methods | |
(nullable grpc_channel *) | - createChannelWithHost:channelArgs: |
(nullable instancetype) | - NS_UNAVAILABLE |
Class Methods | |
(nullable instancetype) | + sharedInstance |
Definition at line 24 of file GRPCInsecureChannelFactory.h.
- (nullable grpc_channel *) createChannelWithHost: | (NSString *) | host | |
channelArgs: | (nullable NSDictionary *) | args | |
Create a channel with specific channel args to a specific host.
Reimplemented from <GRPCChannelFactory>.
- (nullable instancetype) NS_UNAVAILABLE |
+ (nullable instancetype) sharedInstance |