#import <GRPCChannel.h>
Instance Methods | |
(nullable instancetype) | - initWithHost:callOptions: |
(instancetype) | - NS_UNAVAILABLE |
Class Methods | |
(instancetype) | + NS_UNAVAILABLE |
Properties | |
GRPCCallOptions * | callOptions |
NSDictionary * | channelArgs |
id< GRPCChannelFactory > | channelFactory |
NSString * | host |
Signature for the channel. If two channel's signatures are the same and connect to the same remote, they share the same underlying GRPCChannel object.
Definition at line 36 of file GRPCChannel.h.
- (nullable instancetype) initWithHost: | (NSString *) | host | |
callOptions: | (GRPCCallOptions *) | NS_DESIGNATED_INITIALIZER | |
- (instancetype) NS_UNAVAILABLE |
+ (instancetype) NS_UNAVAILABLE |
|
readatomicassign |
Options of the corresponding call. Note that only the channel-related options are of interest to this class.
Definition at line 49 of file GRPCChannel.h.
|
readatomiccopy |
Acquire the dictionary of channel args with current configurations.
Definition at line 55 of file GRPCChannel.h.
|
readatomicassign |
Acquire the factory to generate a new channel with current configurations.
Definition at line 52 of file GRPCChannel.h.
|
readatomiccopy |
The host that this channel is connected to.
Definition at line 43 of file GRPCChannel.h.